Title: Change width widget area
Last modified: December 14, 2017

---

# Change width widget area

 *  Resolved [michelfransen](https://wordpress.org/support/users/michelfransen/)
 * (@michelfransen)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/change-width-widget-area/)
 * Hi,
 * I want to change the width of the widget area (on the right), is this possible
   and if, how can i change the width?
 * Best regards,
 * Michel

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/change-width-widget-area/#post-9784744)
 * Hi [@michelfransen](https://wordpress.org/support/users/michelfransen/),
 * Yes, it is possible, but if we increase the width of the sidebar, the look of
   the website will get worse in responsiveness.
 * For change width you can paste the following css code in custom css filed( Theme
   Dashboard >> appreance >> customize >> General Settings >> custom css filed )
 *     ```
       .sidebar
       {
       width:350px;
       }
       ```
   
 * Change sidebar width according to your need.
 * Thanks
 *  Thread Starter [michelfransen](https://wordpress.org/support/users/michelfransen/)
 * (@michelfransen)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/change-width-widget-area/#post-9786368)
 * Thank you! i will give it a try

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change width widget area’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [michelfransen](https://wordpress.org/support/users/michelfransen/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/change-width-widget-area/#post-9786368)
 * Status: resolved