So I've been experimenting with responsive adverts for my site.
The code that I'm using at the moment for screen sizes is
media(min-width: 320px) { .adslot_1 { width: 300px; height: 250px; } }
media(min-width: 500px) { .adslot_1 { width: 468px; height: 60px; } }
media(min-width: 800px) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.