Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #379718

    Hi Support,

    We would like to increase the size of the advert banners to the maximum possible within the widget area and leave some white space below.

    What is the maximum size we can make the advert and what is the CSS to make some space below each advert.

    Thanks in advance.

    #379719
    This reply has been marked as private.
    #380197

    Hey!

    Are you trying to increase the bottom margins for each of those advertisements? Send us a link and we’ll take a look.

    Best regards,
    Elliott

    #382063
    This reply has been marked as private.
    #382312

    Hey!

    Adjust the bottom margin with this:

    #top .avia_partner_widget {
    margin-bottom: -50px;
    }

    Each box is 178x178px in size.

    Best regards,
    Ismael

    #382376
    This reply has been marked as private.
    #382388
    This reply has been marked as private.
    #382914

    Hey!

    Each ad widget should contain two images but if you want to remove the second ad, you can add this on Quick CSS:

    .avia_partner_widget a.avia_partner2 {
    display: none;
    }

    Best regards,
    Ismael

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