MyBB Community Forums

Full Version: Prevent header background from repeating !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How my forum looks normally

http://awesomescreenshot.com/06f7qi713

however when I minimize it or when you use really big computer screens ( Like Mac computer) The following happens

http://awesomescreenshot.com/02a7qie2d
Look in your container setting in global.css. Look at the value for background. Change where it says repeat-x to no-repeat.
OK thanks !
Your style is set as a fixed width, go to:
AdminCP -> Templates and Styles -> *your theme name here* -> global.css
Select the container class/id (I can never remember which is which xD) and in the width box, put in 95% to make it fluid width.
(2011-02-17, 08:10 PM)Shukaku Wrote: [ -> ]Your style is set as a fixed width, go to:
AdminCP -> Templates and Styles -> *your theme name here* -> global.css
Select the container class/id (I can never remember which is which xD) and in the width box, put in 95% to make it fluid width.

Hmmm. After reading your reply I realized I gave the wrong suggestion. All I did is stop it from repeating. I forgot about the blank spot this would leave. But wouldn't the solution be to make it fixed width, to the same width as the banner image?

@Andrew, that is correct. Set the comtainer width to the same as the width of the banner. This way, the comtainer will stay the same size no mtter what and the banner won't have to be repeated.
OK thanks Ill give it a try.

( I'm not sure where in the css to edit this ? )