Hi – I’m trying to reduce the space between the image and text as show on my screen shot, but can’t figure out how to do so. Would really appreciate your help.
Thanks
Hey bobjonesdesigns,
Try this code in the General Styling > Quick CSS field:
.post-entry-5513 .av_textblock_section h3 {
margin-top: 0px !important;
}
.post-entry-5513 .av_textblock_section p,.post-entry-5513 .av_textblock_section img {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
Best regards,
Mike
Perfect! Thanks so such!