Hello
I have inserted some banners with custom ad, but they are displayed together the article picture which is below, without any space, so it´s an important problem.
I have to put a separator between them to establish a space. What could be happening here?
Thanks
Hello
It´s ok. The website is:
I have three ads on homepage and also on sidebar. Thanks
Hello Albert,
I have checked your website and I saw your Ads. Please try to remove your separators and try to use the Div’s method to achieve best results. Please notice that it missed a div and that’s why you do not have this spaces. Try to set your ads according to our documentation here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks for your understanding!
Hello
It´s ok. For example, do I have to copy this entire code in each custom ad? In this case, I want to display the ads in all devices, so do I have to copy four times the same code?
<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>
Thanks