Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @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%;
    }

    @jerryrcole

    Participant

    This is my first time using BuddyPress.

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar