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

---

# Adjusting Sidebar Width

 *  [VirtualTrecker](https://wordpress.org/support/users/virtualtrecker/)
 * (@virtualtrecker)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adjusting-sidebar-width-2/)
 * Hi,
 * I used the following code in Custom CSS to reduce the sidebar width:
 * #right-sidebar {
    float: right; width: 25%; /*original was 28%*/ padding: 1em
   0% 0%; }
 * It works on the main site. However it doesn’t work in the BuddyPress pages. The
   sidebar stays the same size in BuddyPress. Please help. Thank you.

Viewing 1 replies (of 1 total)

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adjusting-sidebar-width-2/#post-4494698)
 *     ```
       #custom #right-sidebar, .buddypress #right-sidebar {
       float: right;
       width: 25%; /*original was 28%*/
       padding: 1em 0% 0%;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/adjusting-sidebar-width-2/#post-4494698)
 * Status: not resolved