PDA

View Full Version : Trouble raising header logo


Derek765
09-30-2012, 09:02 PM
Well I created a logo for my header and got it successfully added, but the slogan I had is being cut off by the nav bar on my forum, and I can't seem to raise the logo to center it on the header, here are some coding i've tried adding to additional.css but still isn't doing anything, Ive also tried increasing the header.padding.

.logo-image {
clear:both;
display:block;
float:none;
text-align:center;
}
.logo-image {
clear:both;
display:block;
float:none;
text-align:center;
padding-top: 20px;
}

kh99
10-01-2012, 01:01 AM
Is there any way you can give us a link to your site?

Derek765
10-01-2012, 02:09 AM
<a href="http://www.underground-king.com" target="_blank">http://www.underground-king.com</a>

As you can see, the header logo is hidden by my nav bar.

kh99
10-01-2012, 08:11 AM
It looks OK to me, but maybe I just don't see what's missing - it could be a browser-specific problem (or maybe you just have it fixed by now?)