Site logo

Archived topic

Removing GP sidebar from Buddypress and BBpress pages

3 replies · Started by Philippe on March 20, 2023

Viewing posts 1–4 of 4

Hi,

I use the following CSS for my website sidebar; I would like the sidebar to disappear on each and every Buddypress and BBpress pages.

Thanks for your help,

Philippe

}
@media (min-width: 769px) {
.inside-right-sidebar, .inside-left-sidebar {
position: -webkit-sticky;
position: sticky;
top: 20px

}
@media (max-width: 768px) {
.sidebar .widget .shared-counts-wrap {
display: flex;
justify-content: center;

Hi Leo,

It does. Thank you!

No problem :)

This archived topic is closed to new replies.