Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1015013

    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.

    #1015127

    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

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