• Is there any setting into Customify to set the width of the sidebar? or just from the source code/CSS

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author PressMaximum

    (@pressmaximum)

    Hi @scieriro,

    Unfortunately, we don’t have this option in Customify theme. You can try to add this to Customize => Additional CSS:

    @media ( min-width : 1100px ) { 
    #sidebar-primary { max-width: 30%; }
    .content-area { max-width: 70%; } }
    

    Let us know how it goes!

    Hi! Bumping this thread. I tried the CSS, didn’t really work out for me. Would be nice with some option to change the size of the sidebars. I like to have them for my widgets and ads, but I think they are a bit wide really.

    Hello! I tried the way you suggested. The code works perfectly but for the “content, sidebar” and “sidebar, content” only. The moment you want your page/post without sidebars the content stays with max-width of 70% in stead of 100% and the leftover 30% is just blank.
    It would be nice to have sidebar width in setting of the theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Width setting’ is closed to new replies.