Hello,
I am trying to set up my link units to appear on larger screens only and everything under 937px to not see the link ads.
I read the guidelines but I would like to double check if my code is correctly modified. I appreciate your feedback!
<style type="text/css">
@media (max-width: 937px) { .adslot_1 { display: none; } }
</style>
<ins class="adsbygoogle adslot_1"
style="display:inline-block;width:180px;height:90px"
data-ad-client="XXXXXX"
data-ad-slot="XXXXX"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>