Forums

Join
bbPress Support ForumsThemesHow do I make the forum full width in the Twenty Eleven theme?

Info

Tags

How do I make the forum full width in the Twenty Eleven theme?

  1. How do I make the forum full width in the Twenty Eleven theme?

    Viewing the forum on the Twenty Eleven theme there is a blank sidebar.
    How do I remove this sidebar so the forum is presented in full width?

  2. I have the same issue to resolve. Any suggestions are greatly appreciated.

  3. It'll take some CSS wizardry, something like

    .bbPress #primary #content {
    
    	margin: 0 2% 25px 5%;
    
        width: 90%;
    
    }

    and you'll probably have to adjust other things to make it look good. Actually there is a guy who posted a twenty eleven child theme that extends bbpress out to the full page width.

    he posted it here, his website is serverpress.com or something like that.

  4. You must log in to post.