Hi,
Loving Enfold. thanks.
I have a problem with adding a H2 header into a promo box. There seems to be padding at the top of the header, when I inspect the area with Firebug I can see an empty paragraph in the code “<p></p>”, this can’t be seen in the text editor. I tried redoing it several times, same result.
Please see the “About New Horizon Systems” promo box at the bottom of this page http://www.newhorizonsystems.net/newhorizon/
Thanks in advance :)
Hey!
If you don’t want to display the margin at the top insert following code into the quick css field
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: 0;
}
Regards,
Peter