Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #23919

    Hi,

    Is it possible to adjust the advertise widget so it displays just one advertisement? I find two thumbnail advertisements rather limited especially considering the title option: what do you call two advertisements? Also this is important as I want to use more than one advertisements but slightly more noticable.

    Regards,

    Ying-Fu

    #121624

    Hi,

    You can adjust the width of the advertisement area.

    .avia_partner_widget a, .avia_partner_widget a:hover {
    width: 99%;
    }

    You can also specify the height.

    .avia_partner_widget a, .avia_partner_widget a:hover {
    height: 200px;
    }

    Regards,

    Ismael

    #121625

    Thanks. But it is not possible to have one advertisement instead of two next to each other then?

    #121626

    Ah, found out how it worked. One other question though: with these codes the advertisements are stacked on each other with no white space. Is there some padding I can add? I can get them ‘off’ each other by lowering the width % but then the advertisements align too much to the left.

    #121627

    Hi,

    Do you want a padding on the bottom?

    .avia_partner_widget a, .avia_partner_widget a:hover {
    padding-bottom: 90%;
    }

    Can you give us a link to your page with the ads?

    Regards,

    Ismael

    #121628

    Hi Ismael,

    I mean padding on the upper of the two advertisements. Now when using the full width there is no space between them: http://lavitasana.oscar.nl/specials/fitness-for-kids/

    #121629

    Hi yingfuli,

    You can add padding to the declaration:

    .avia_partner_widget a, .avia_partner_widget a:hover {
    height: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,

    Devin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘advertise widget’ is closed to new replies.