Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1146660
    gribria
    Participant

    Hi,

    I am using the Icon stack on a new site and I noticed that every time I put in header text the theme automatically puts space above the text. Check it out here http://www.cyberdeskservices.com/ – the text in question being “Fulfillment by Amazon Mastery”. I used this stack on a different site a few months ago and didn’t have this issue. I don’t see anywhere in the interface what setting is causing this and how to change it. It I just open a new page and freshly put in text and assign and H1 or H2 tag to it, I get the same problem, so it’s obviously site-wide.

    Thanks,

    Brian

    #1146796
    Christian
    Moderator

    Hey Brian,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-top: 0;
    }

    Hope that helps. 🙂

    #1146921
    gribria
    Participant

    Perfect, thanks!

    #1146928
    Rahul
    Moderator

    Glad that worked for you.

    Thanks for using X.

  • <script> jQuery(function($){ $("#no-reply-1146660 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>