Tagged: Widget
-
AuthorPosts
-
May 28, 2013 at 2:59 pm #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
May 29, 2013 at 3:11 am #121624Hi,
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
May 29, 2013 at 8:28 am #121625Thanks. But it is not possible to have one advertisement instead of two next to each other then?
May 29, 2013 at 9:22 am #121626Ah, 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.
May 30, 2013 at 8:59 am #121627Hi,
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
May 30, 2013 at 9:26 am #121628Hi 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/
May 31, 2013 at 7:22 pm #121629Hi 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
-
AuthorPosts
- The topic ‘advertise widget’ is closed to new replies.
