clegg100 (@clegg100)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • In reply to: How make full width

    clegg100
    Participant

    @clegg100

    I added some custom CSS to my theme which did the trick.

    .bbpress #sidebar {
    	display:none;
    }
    
    body.bbpress div#content{
    	width:100%;
    }

    Might help you.

Viewing 1 replies (of 1 total)