Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Sidebar From All BuddyPress Pages

  • @jerryrcole

    Participant

    How do I remove the sidebar for all BuddyPress pages (directory, member profile, etc)?

    I’d like the pages to display full-width without the sidebar.

    I’m running:
    – WordPress 6.8
    – BuddyPress 14.3.4
    – Elementor 3.28.3

Viewing 2 replies - 1 through 2 (of 2 total)
  • @jerryrcole

    Participant

    This is my first time using BuddyPress.

    @jerryrcole

    Participant

    I’m currently using the CSS solution below to hide the sidebar and expand the main content area to full width. It’s a bit of a workaround, as I’d prefer to avoid loading the sidebar entirely. Open to cleaner or more efficient approaches if anyone has suggestions.

    /* hide sidebar */
    div.sidebar {
    	display:none;
    }
    
    /* change content area width to 100% */
    div.content {
    	width:100%;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar