Hi Guys,
i am looking for some help....
I want to hide responsive adsense ads in mobile view......
I tried below method but didnt work for me on VERONIKA theme
I want ads in footer of website on desktop view but should be disabled / hide on mobile view.
I pasted below code in footer but mobile is still showing up ads !!
Below code is suggested by google :
https://support.google.com/adsense/answer/6307124<style>
. reponsive_nagi_0 { width: 320px; height: 100px; }
@media(min-width: 500px) { . reponsive_nagi_0 { width: 468px; height: 60px; } }
@media(min-width: 800px) { . reponsive_nagi_0 { width: 728px; height: 90px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- reponsive_nagi_0 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-90xxxxxxxxxxxxx"
data-ad-slot="451xxxxxx"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
NOTE:
Changed Ad client and slot Codes !!
Thanks in advance