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

    How to reduce the gap between header and subheading?

    #940258

    Hey DROR,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-945 #av_section_1 h6.av-special-heading-tag {
        line-height: 1 !important;
        padding: 0 !important;
    }
    
    .page-id-945 #av_section_1 .av-subheading {
        margin-top: 0 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #940328

    Doesn’t seem like it makes any change.

    #940414

    Hi bakbek,

    This code in your quick css is pulling the subheading to be 30px higher
    Image 2018-04-11 at 17.05.07.png
    Please remove it.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.