Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Disable sidebar in groups pages in buddypress default


@mercime
Keymaster

@mercime

Assuming that you’re using a child theme of bp-default, the easiest and simplest way is adding the following in your child theme’s style.css:

body.groups div#sidebar { display: none }
body.groups div#content .padder { border-right: 0px; margin-right:0px; }

Skip to toolbar