Forums

Join
bbPress Support ForumsThemesThis forum has a nice W-I-D-E look to it........

Info

Tags

This forum has a nice W-I-D-E look to it........

  1. ...my pennyforums.com is more narrow. Would I change something in the code or get a new theme?
    Thanks for any replies! Wonderful folks here!

  2. The width of that #main div is set in the kakumei style.css.

    #main (line 155) {
    width: 760px;
    }

    Change that to something wider and you will make the whole layout wider. There might be other things to change to take up some of that space, but start with the #main.

  3. You must log in to post.