Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1230774

    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

    #1230826

    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

    #1231058

    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,

    #1231088

    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

    #1231393

    Thanks!
    It worked.

    #1231395

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Widgets Advertising biger’ is closed to new replies.