Last edited by Hell Guapo; 4 Oct 2011 at 06:35 PM.
Then you will need to break out the h3 and the tagline.
The combination of the sitewide margin-top for h3 and your decision to make tagline 2em is creating the gap.
Try removing the font-size for tagline and addingadjust as required.#tagline h3 {
margin-top: 0;
padding-top: 1em;
font-size: 2em;
color: #006600;
}
Last edited by dbltoe; 4 Oct 2011 at 06:53 PM. Reason: added other items you had in tagline
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Glad you got it going.
No genius involved, just firebug.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
I'm having the exact same problem as the original poster. My site is: www.kings-kreations.com There is a small white line dividing my header (logowrapper) and my categories (cattabwrapper). I have been using Web Developer in FF to inspect the page. I cannot for the life of me figure out where this gap is coming from. I have set margins and padding to 0 in every place that seems to be related and used the code given below, to no avail. I still have a gap. Can someone help?
I would say it's the <br class="clearBoth"> which will probably be in the header template file. Remove it and you should bring them together.