Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: enlarge sidebar on default theme


modemlooper
Moderator

@modemlooper

If you want to change the default css you need to create a child theme and add the css code there to over ride the default. Otherwise each time BP updates you will loose your changes.

https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

#sidebar {

width: 310px;

}

Skip to toolbar