MyBB Community Forums

Full Version: constraning width of forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I guess a simple question for you eggheads but one I have been scratching my head over.

How do I constrain the width of the board to match the logo/header?

My logo/header is 1000 pixels wide and looks fine on small screens but when viewed on bigger screens the board expands to fit the screen but not the logo/header so I have to use a logo_bg.png to fill the space which looks bad.
Can someone help with the code and where to put it please?

I am the host admin and the board admin so have access to everything but not enough knowledge of php to be able to find it myself.
Go to you css and change the 95% to 960px, or set the a color value to your banner class.
Thank you for your reply as I say I am a novice at this so I have no idea which style sheet you are referring to Sad also my banner is based on a painting so no background base colour value to use.
Oh, then go to "Templates & Styles".
Select the skin you're referring to, then select global.css.
Scroll down to the #container and replace the width field with 960px.
That was so simple once you know thank you so much now I can play with a few things by trial and error on my test install.