Adding margin to an ad (not AdSense)

Posted in: Newspaper
Post count: 3

Using Newspaper’s Ads funtionality to add tags from Google Ad Manager (DFP) to my site. And the ads display fine. But I want to add a little margin spacing around them. What’s the best way to do this? My tag code looks like this:


<div class="td-visible-desktop">
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
**CODE IN HERE
</script>
</div>

Thanks.

Post count: 35449

Hi,

You can use this custom css
.td-visible-desktop{
margin: 25px;
}

Fell free to change the margin size.
If there is still a problem please provide me a link were I can take a closer inspection to your ads, in this way I will be able to provide you an working css.

Hope this will help you!
Thanks.

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