Hi – The reason it appears you can’t modify the width of the contents area (you actually HAVE modified it) is because the width of the white area is contained in a background image that displays the full width of your site.
You can see background strip here:
http://southerngamer.net/wordpress/wp-content/themes/WP_Premium/images/container-cbg_black.gif
The rounded corner top part is here http://southerngamer.net/wordpress/wp-content/themes/WP_Premium/images/container-bg_black.gif
and there would be a 3rd for the rounded corner bottom.
You’ll have to make 3 alternate background images that have the white part the correct width you are after, and set the CSS up so when displaying a forum page, the alternate images are displayed instead of the normal ones.
Thread Starter
scad
(@scad)
Thank you so much. I would have pulled my hair out before figuring out they were background images. Took me some time modifying my forum template page (I tried calling a modified header and footer at first, but ended up just copying and pasting the whole of the header and footer into my forum template page and changing the css links.
Thanks again!