Title: Sidebar Width setting
Last modified: October 3, 2018

---

# Sidebar Width setting

 *  [scieriro](https://wordpress.org/support/users/scieriro/)
 * (@scieriro)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/sidebar-width-setting/)
 * 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](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/sidebar-width-setting/#post-10748281)
 * Hi [@scieriro](https://wordpress.org/support/users/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!
 *  [panduro1991](https://wordpress.org/support/users/panduro1991/)
 * (@panduro1991)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/sidebar-width-setting/#post-11254830)
 * 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.
 *  [ichicchi](https://wordpress.org/support/users/ichicchi/)
 * (@ichicchi)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/sidebar-width-setting/#post-11690691)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customify/0.4.18/screenshot.png)
 * Customify
 * [Support Threads](https://wordpress.org/support/theme/customify/)
 * [Active Topics](https://wordpress.org/support/theme/customify/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customify/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customify/reviews/)

## Tags

 * [sidebar width](https://wordpress.org/support/topic-tag/sidebar-width/)

 * 3 replies
 * 4 participants
 * Last reply from: [ichicchi](https://wordpress.org/support/users/ichicchi/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/sidebar-width-setting/#post-11690691)
 * Status: not resolved