How to make banner zones adaptive?

Posted in: Newspaper
Post count: 25

Hi,
I am using WP Pro Advertising plugin to get banners in ad zones of theme. Now my banners are not responsive: http://c2n.me/3PrKzEM.png . Is it problem of theme settings or WP Pro settings?
My site is http://ecomag.zzkk.ru/
Thanks.

Post count: 20688

Hi,

It seems there is a fixed width and height set for the ad container, that is not recommended as it can cause issues like that
https://www.screencast.com/t/s8LNdme2x
On mobile it looks like this
https://www.screencast.com/t/lkUM7jEi
A solution would be to enter this code in Theme panel->Custom CSS and it should fix the situation
https://www.screencast.com/t/qohpS8d5R
https://www.screencast.com/t/TmSNjHIM3j

.wppaszone {
width: 100%!important;
height: auto!important;
}

Thanks

Post count: 25

Ok, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.