Hi Team,
I’ve been trying this to adjust thru Theme Panel and CSS but failed.
please see images:
panel settings
actual ad
Hi,
As I can see you are using a single post template from tagDiv Cloud Library, these can be edited using tagDiv Composer and you can use an ad box to display ads, in this can use can use the ads that you have set in custom ad 5 -> https://i.imgur.com/HSMoNJa.png
Thank you!
Hi,
You can use this code to set your ads only on specific devices
<div class="td-visible-desktop">
<!-- Your NON AdSense code here - this ad will show only on desktops -->
</div>
<div class="td-visible-tablet-landscape">
<!-- Your NON AdSense code here - this ad will show only on tablets in landscape orientation -->
</div>
<div class="td-visible-tablet-portrait">
<!-- Your NON AdSense code here - this ad will show only on tablets in portrait orientation -->
</div>
<div class="td-visible-phone">
<!-- Your NON AdSense code here - this ad will show only on phones -->
</div>
Thank you!