It seems adding any heading — h3 for example — to the text in a promo box automatically inserts a paragraph above the heading, which creates too much space above the heading / at the top of the promo box / between the heading and the top of the promo box. Any easy fix for this?
Thanks!
http://cbdmh.info/
Hey!
Add this code to the Quick CSS:
.avia-promocontent > p:first-child {
margin: 0;
}
Cheers!
Josue
Thanks for the quick response, but that doesn’t seem to work. I have a test of it at the bottom of http://cbdmh.info/ No big deal, if it’s too much of a pain — I have bigger fish to fry ;)
Try with this too:
.avia-promocontent h3 {
margin-top: 5px !important;
}
Cheers!
Josue
Oh snap! Thanks!