Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

  • 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue to resolve. Any suggestions are greatly appreciated.


    aravoth
    Participant

    @aravoth

    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.


    Ben Hansen
    Participant

    @ubernaut

    seems like they should have that as a default option, just my measly 2 cents

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar