Changing width of widget on sidebar?

  • Hello, we think the theme is great for our blog but did have one question: is there a way to adjust the width of the widgets on the sidebar so that it takes up less than one-third of the screen?

    When we attempt to adjust this through Themes>Customize >Widgets>Sidebar, changing the width doesn’t appear to make it any smaller.

    Or, is there a way to make the black border into a more subtle shade of gray?

    Thank you!
    – FersaCambridge

    The blog I need help with is: (visible only to logged in users)

  • Hi FersaCambridge,

    thanks for purchasing this theme.

    Unfortunately, it’s not possible to change the width of the sidebar inside the Customizer. Only way is to use Custom CSS but this needs than more adjustment, also for the mobiles etc.

    To change the black border you’ll need to have Custom CSS feature to add this to it:

    .sidebar-widget-area {
    border: 1px solid #cdcdcd;
    }

    or a Custom Colors feature.

    Hope this helps.

    All the best,
    Ana

  • The topic ‘Changing width of widget on sidebar?’ is closed to new replies.