Home › Forums › Support › Removing GP sidebar from Buddypress and BBpress pages This topic has 3 replies, 2 voices, and was last updated 2 years, 12 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 20, 2023 at 10:38 am #2574546 Philippe 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; March 20, 2023 at 10:43 am #2574553 LeoStaff Customer Support 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 🙂 March 20, 2023 at 11:09 am #2574575 Philippe Hi Leo, It does. Thank you! March 20, 2023 at 11:57 am #2574634 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In