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?
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
Thanks, that worked.