Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2688279
BudyPress SideBar
Closed

Comments

  • kuborobotum started the conversation

    How to remove sidebar in BudyyPress template.

  •  2,699
    PenciDesign replied

    Hi,

    By default, the sidebar for BuddyPress profiles will follow the sidebar for single post pages.

    If you just want to remove sidebar for BuddyPress profiles, you can try add more this code to Customize > Custom CSS:

    body.buddypress.single .penci-single-style-10 .penci-single-s10-content, body.buddypress.single .container.penci_sidebar #main{ width: 100%; float: none; padding-right: 0; }
    body.buddypress.single .penci-sidebar-content{ display: none; }
    

    Best Regards,

    PenciDesign