Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1090148

    Howdy,

    I Have an image with a special heading below it. There is too much white space between the 2 elements. How do I shrink that white space?

    #1090199

    Hey Stretchspot,

    Add this to quick css:

    
    .av-special-heading-h3.blockquote{
    margin-top:0px!important;
    }
    
    .av-special-heading-h4.blockquote{
    margin-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1091124

    Thanks, that worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Image bottom padding with special heading’ is closed to new replies.