Search results

  1. S

    Media Queries For Responsive Google Ads

    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) {...
Back
Top