PDA

View Full Version : Header Mystery


Evman
08-20-2010, 04:25 PM
Hello, I'm trying to add a special header to my vBulletin theme, but I'm running into some issues. On the right side of the header, there is a small 20px space, when the header should span to 100%, and also the contents in the header are not centered. What's weird is, I've done many searches through templates to find what the issue might be, and I'm unable to find anything to help me fix it!

Here's my current CSS in additional.css:


#toplinks {
width:100%;
min-width:803px;
height:57px;
background:url(images/styles/Dreamtech/headerBG.png) center top repeat-x;
margin:0 auto;
padding:0;
text-align:center;
float:none;
}

#toplinks>ul {
background:url(images/styles/Dreamtech/headerMain.png) center bottom no-repeat;
min-width:803px;
height:53px;
}

And here's an image of what the header looks like:

https://vborg.vbsupport.ru/external/2010/08/15.jpg

Any help is very much appreciated! Thanks.
- Sawyer

mmoore5553
08-20-2010, 04:49 PM
Too hard to tell with just and image and css. Usually a link to where it is happening people can take a look as we use firebug usually to find small issues .