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

    Hi,

    I would like tor educe the size of the padding above and below the Promo Box when it is lcoated between two text boxes. I tried with the following which only reduces the bottom padding and not thetop.

    .av_promobox { margin: 20px 0; }

    hanks for any help
    Vince

    #448057

    Hi Vincent!

    Please add following code to Quick CSS and adjust as needed

    .av_promobox {
      padding: 5px 20px;
    }

    Best regards,
    Yigit

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