AdSense height

Posted in: Newspaper
Post count: 52

Hi Team,

I’ve been trying this to adjust thru Theme Panel and CSS but failed.

please see images:
panel settings
actual ad

Post count: 35449

Hi,

Please provide me a link where I can inspect if the code from our theme is set on ad, in this way I will be able to provide a better answer.

Thank you for your understanding!

Post count: 52

Hi Calin,

Here’s the link article

Thanks!

Post count: 35449

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!

Post count: 52

Yes, I can but I only need the Ad on mobile view. Adding it to the template will make it global on all viewport.

Post count: 35449

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!

Post count: 52

Is these codes will work with Adsense Ads? Where not using non Adsense Ads.

Post count: 35449

Hi,

Yes, this code will work with banners and ads too (Adsense Ads).

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.