Title: Sidebar width.
Last modified: August 22, 2016

---

# Sidebar width.

 *  Resolved [pglabisz](https://wordpress.org/support/users/pglabisz/)
 * (@pglabisz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-33/)
 * Hi folks.
    I have a problem that I can not solve. I have searched the forum but
   there was no useful topic for me.
 * I consider the themes sidebars to wide for my website so I would like to change
   their width.
 * Does anyone know how to do it?
 * Lack of any css or php skills. Only simple html.
    I am using the standard Fruitful
   theme (latest version) without any changes to the code.
 * Thanks in advance.

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

 *  [Kye](https://wordpress.org/support/users/gmax21/)
 * (@gmax21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-33/#post-5216941)
 * Hey there,
 * You could perhaps use some CSS like this:
 *     ```
       .container .five.columns {
       width: 180px;
       }
       ```
   
 * I took 100px off there, so I then add it here:
 *     ```
       .container .eleven.columns {
       width: 740px;
       }
       ```
   
 * And here:
 *     ```
       .eleven.columns .blog_post .post-content {
       width: 684px;
       }
       ```
   
 * This should hopefully sort you out. The theme author may also have another (or
   better) suggestion. 🙂
 * If you need any further help then please do let me know.
 *  Thread Starter [pglabisz](https://wordpress.org/support/users/pglabisz/)
 * (@pglabisz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-33/#post-5216946)
 * Hey
    Thanks. That worked. I really appreciate your help.
 * I will wait couple of days befor marking this topic as resolved. Maybe someone
   has another idea.
 *  [Kye](https://wordpress.org/support/users/gmax21/)
 * (@gmax21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-width-33/#post-5216947)
 * You’re most welcome 🙂
 * Take care.
 *  [zoutwater](https://wordpress.org/support/users/zoutwater/)
 * (@zoutwater)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sidebar-width-33/#post-5217113)
 * Thank you, Timothy, that solved my issue as well 🙂

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

The topic ‘Sidebar width.’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [zoutwater](https://wordpress.org/support/users/zoutwater/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/sidebar-width-33/#post-5217113)
 * Status: resolved