Title: Adjust Sidebar Width
Last modified: August 21, 2016

---

# Adjust Sidebar Width

 *  Resolved [mmatson](https://wordpress.org/support/users/mmatson/)
 * (@mmatson)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adjust-sidebar-width/)
 * I’ve searched everywhere and can’t figure out how to adjust the sidebar width.
 * I’m using Themolio theme 2-column grid left to right with sidebar. My sidebar
   has a list of domain names but some are longer than others and bleed past the
   sidebar. All I need to do is make the sidebar a little wider so it fits the links.
 * New to coding so please be specific. Thanks!

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

 *  [BardwellMedia](https://wordpress.org/support/users/bardwellmedia/)
 * (@bardwellmedia)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/adjust-sidebar-width/#post-3822927)
 * Go to your admin area, then Appearance, then Editor. At the far right bottom,
   you’ll see stylesheet. Click that and this is where you can edit the code for
   that specific feature.
 * Look for this block
 * /* Body */
    body { background: #e5e5e5 url(images/background.png) repeat; } .
   wrapper { width: 1000px; margin: 0 auto; overflow: hidden; text-align: left; }#
   content .wrapper { padding: 20px; } .container { float: left; width: 670px; }.
   fullcontainer { width: 100%; } .widget-area { float: left; width: 300px; margin-
   left: 20px; }
 * Play with the .container px number and the widget-area width px number. You have
   a max to work with. One can go up, but the other might have to go down. These
   are my settings and I changed them to 670px and 300px respectively.
 * Then click save at the bottom. Keep in mind, these are my settings for one column
   at the right, not two.
 *  Thread Starter [mmatson](https://wordpress.org/support/users/mmatson/)
 * (@mmatson)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/adjust-sidebar-width/#post-3822931)
 * Thank you! This worked perfectly! Very clear.

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

The topic ‘Adjust Sidebar Width’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [mmatson](https://wordpress.org/support/users/mmatson/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/adjust-sidebar-width/#post-3822931)
 * Status: resolved