MyBB Community Forums

Full Version: Can i make the forum smaller?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok so some people use different resolutions so the main logo changes into so many different sizes what doesnt fill all the top of the screen for certain people so i was wondering if i could change the forum somehow so that when i put a logo on for a certain size monitor i.e 1024x768 everyone will view the forum in that size no matter what res they have set?? im currently using the default myBB theme
Yes, open your Theme's CSS, and in the #Container
The width should be:
width: 1024px;

Or whatever else number you want, 800, 900, etc.

Do that to test it out, play around.
ah thankyou that worked a treat Smile
What about width: 100%;
min width: 650px;

Big Grin

(2010-11-03, 10:47 PM)crypt Wrote: [ -> ]What about width: 100%;
min width: 650px;

Big Grin

If you put 100%, it'll always stretch to the user's browser 100%.
So a "minimum" resolution like 650 isn't needed.
(2010-11-03, 11:04 PM)weBex Wrote: [ -> ]
(2010-11-03, 10:47 PM)crypt Wrote: [ -> ]What about width: 100%;
min width: 650px;

Big Grin

If you put 100%, it'll always stretch to the user's browser 100%.
So a "minimum" resolution like 650 isn't needed.


min is needed of course otherwise small window crushes the content to unreadable dont it..... think dude

Yeah but no one nowadays has lower than 1024 monitor anyway.

Heck, I don't even remember a time when there was anything less than 800.

If anyone resizes the window to cause the content to squish, that's their own fault.