Tagged: advertising
Hi I want just one advertising for area, instead of 125×125 I would like someting with 250×250, it is this possible without dev?
Thanks
Hey Lara,
CSS can be used to increase the size. Can you provide a link to the site/page in question?
Best regards,
Jordan Shannon
HI Jordan,
Here is: https://www.sweetbiteacademy.com.br/
On the bottom rigth, I prefer that each advertising have a bigger space.
I understand that I can put how many adversing I want.
Thanks,
Hi,
Add this to quick css:
.avia_partner_widget a{
width:100%!important;
}
.avia_partner_widget a img{
width:100%!important;
}
.avia_partner_widget a:nth-child(3){
padding-top:200px!important;
margin-top:200px!important;
}
Best regards,
Jordan Shannon
Thanks!
It worked.
Hi,
I’m glad that worked out for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon