MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Change the size of the forum
Full Version:
Change the size of the forum
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
BurnBlader
2011-10-22, 07:19 AM
How do I change the width of the forum to 900 pixels?
sunjava1
2011-10-22, 07:26 AM
ACP >> Template and style >> your theme >> global.css
Find container id there and set the width
#container { width:900px; }
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Change the size of the forum