Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #255535

    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!

    #255697

    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

    #255767

    That’s so funny, I swear I tried that before. Now it’s working. Thanks Yigit!

    #255787

    Hi!

    !important rule must have done it :) You are welcome, glad we could help!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spacing Between h1, h2, h3, etc. Elements’ is closed to new replies.