Hey. I had a look at your site, but couldn’t see any adverts. Could you link to a page with an ad on?
You could, theoretically, resize them using custom CSS. However, it very much depends how these adverts are being included on your site. Are you using third-party ad company? I know a lot of these sorts of companies display ads inside an iframe. External content that’s been rendered in an iframe is a lot trickier to resize.
Hi, the adverts are at the bottom of the homepage and every page. Have a look again. I am using Google adsense and I have seen that you can get mobile ad sizes but dont know how to make it change when it detects someone is on a mobile.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Check your website on another machine & see if the adverts still appear.
The advert is on the website now. It is at the very bottom. Do you have ad blocker enabled? disable it if so.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you contact your theme’s vendors about this?
I will give it ago. I have found this code for making the images fit the page on a mobile:
max-width: 100%;
height: auto;