MyBB Community Forums

Full Version: Change Width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking at changing the width of my forums skin, it's a skin from Justin S which is A Fresh Black. How do i change the width? I tried doing it in the CSS but it made it look strange on smaller screens.

Any help would be great, cheers. Smile
Find the "#container" property and change "width: 95%;" to "width: 800px;" or whatever. If it looks bad on smaller screens, don't change it.
If it's fixed (px) it might look strange as it'll be the same width regardless of screen size. If it's fluid (%) it'll look better as it'll always take up, say, 90% of the width of the screen.
(2009-12-01, 03:17 PM)MattRogowski Wrote: [ -> ]If it's fixed (px) it might look strange as it'll be the same width regardless of screen size. If it's fluid (%) it'll look better as it'll always take up, say, 90% of the width of the screen.

Depends on the theme.
Afresh does look better fluid, though.