I am looking to remove the padding (I am assuming thats what I am trying to remove) between the logo and menu. Can anyone help? I'm not sure what I am looking for in the stylesheet.
Here is the link to my blog:
http://www.lisaslugoski.com/blog
I am looking to remove the padding (I am assuming thats what I am trying to remove) between the logo and menu. Can anyone help? I'm not sure what I am looking for in the stylesheet.
Here is the link to my blog:
http://www.lisaslugoski.com/blog
Looks like it is being generated from within the header.php template code por by a function within the them itself.
<div style="background-color: rgb(223, 246, 251); padding: 15px 0pt;" id="logoimg">
padding: 15px 0pt; needs to changed to padding: 15px 0 0;
You could try adding:
#header #logoimg {padding-bottom:0 !important}
to the bottom of your theme's stylesheet but I don't think it's going to work in this case.
Esmi,
You truly are a theme diva! Worked perfectly. Thank you!!! :)
This topic has been closed to new replies.