Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum width

  • Hello,

    BBpress 2.0 Plugin is using the standard content width of my WordPress installation for showing. But i would like to have it full width (920 px instead of 550px). Because of my posts is not a option to change the default content width.

    How to change this for BBpress only?

    Thanx in advance!

Viewing 1 replies (of 1 total)
  • Problem is solved by adding the following code to the PHP template files.

    <style>

    #content {

    width: 920px;

    }

    </style>

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