• 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

    (@rkcorp)

    #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.