Hi there,
I’m trying to reduce the vertical space created by Code Blocks between Avia Promo Boxes…
Is there a Quick CSS fix?
Example link in the private content box.
Many thanks,
J.C.
Hey J.C.,
Please try this code in the General Styling > Quick CSS field:
.av_promobox {
padding: 0 !important;
margin: 5px 0 !important;
}
This removes the padding and reduces the top and bottom margin to 5px, the zero is for left & right margin.
Feel free to adjust to suit.
Best regards,
Mike