I’m trying to fix the ugly spacing between the h elements. In particular, I would like to remove the top-margin of my h2 element. Please let me know the CSS to make this happen. Thanks!
Hi fryec1135!
Please add following code to Quick CSS in Enfold theme options under Styling tab
h2 { margin-top: 0 !important; }
If that does not work, please post the link to your website and point out the h2 element
Regards,
Yigit
That’s so funny, I swear I tried that before. Now it’s working. Thanks Yigit!