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 #2659700
remove sidebar
Closed

Comments

  • jasii2bombiie started the conversation

    How can I remove sidebar from buddypress profiles? I also have a demo installed which I am not using much. Please help.

    https://www.jasii2bombiie.com/members/jasii2bombiie/

  •  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