Support Forums

Full Version: banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
at my site www.gelderdend.com/forums the banner doesn't go to the edge of the header, why?
Put it in the /banners directory of your theme's directory.
Still the same,
Any ideas?
It's not designed to go to the edge on MyBB, you'll have to do some editing to the layout to get it to go all the way to the edge.
Obviously your banner is way too big. Here's a tip. - Banners are something like 700x90 pixels not 1000x259.
Does anyone know the code necessary?
Try to put padding-left: 0; in the css. Or, text-align: left;
Sometimes it fixes the problem.

PM me your MSN, I'll be happy to help.
(04-06-2011, 10:23 PM)mycroft Wrote: [ -> ]Try to put padding-left: 0; in the css. Or, text-align: left;
Sometimes it fixes the problem.

PM me your MSN, I'll be happy to help.

Text-align and padding won't do anything if there's a border there. Text-align for aligning an image? lol :S. Also if there is any previous code for the padding already there, or any margins, adding a padding-left: 0; won't change it.
Tried the padding thing but like Infinity said, it doesn't work.
Pages: 1 2 3