Non adsense ads: size probem in mobile devices

Posted in: Newsmag
Post count: 19

Hi,
I do not use adsense ads, and ads code from my provider is not responsive. when I paste the orizontal 728 banner (in header) it displays well on desktop but it’s cutted on the right for tablet or mobile. How can i Fix That?
thanks.

Post count: 7909

Hi,

Please try this div class to display on tablet and mobiles:

<div class="td-visible-desktop">
 <a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
 <a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec468.jpg" alt=""></a>
</div>
<div class="td-visible-phone">
 <a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec320.jpg" alt=""></a>
</div>

And read more info in our documentation: https://forum.tagdiv.com/ads-system-full-guide/

Thanks!

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