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;
}


Reply With Quote
