Archived topic
Removing GP sidebar from Buddypress and BBpress pages
3 replies · Started by Philippe on March 20, 2023
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 there,
This PHP snippet should work:
https://generatepress.com/forums/topic/making-buddypress-profile-page-full-width/#post-386694
Learn how to add PHP: https://docs.generatepress.com/article/adding-php/
Let me know :)
Hi Leo,
It does. Thank you!
No problem :)