HuseyinKogo it should work like this:
- in the Ad position in the left column under tags on frontpage code, add a new class to the
ins
tag from Google's ad
<ins class="adsbygoogle ads_side"
data-ad-client="ca-pub-..."
data-ad-slot="..."
data-ad-format="auto"></ins>
- then hide the
ins
when required:
<style>
@media (max-width: 767px) { .ads_side { display: none !important; } }
</style>
This is the only version supported by Google.