Support Forum

Change Forum width

SA Sander58
Sander58
Member

I would like to change the width of my forum. I tried it over setting this in style.css: .inner{1000} 

But this affects my homepage, so that the elements move away from one another and this looks simply bad. Is there a way to change the width just from my www.wparea.de/forum page?

 

Regards

2 Answers

New Answer

BR Brandon
Brandon
Member

If I understand what you want you can change SP’s container

#spMainContainer {
width: xxx % or px
 
MP Mr Papa
Mr Papa
Member

you need to create a custom page template for your wp theme…  then you can specify only for the forum how you want to change it…

http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates

or our old walk thru which is still valid:

http://wiki.simple-press.com/faq-answers/custom-wp-page-template/

its also possible that your theme already comes with a full width page template… edit the wp page the forum is on and see if you can select an alternate page template…