Archived topic
Auto Ads Padding
7 replies · Started by Mark on June 27, 2020
Hi, although this might not be something you can help me with. Is there any CSS code that will allow for padding of auto adsense on my site. I notice in mobile view the padding is often too close to the text and it doesn't look very good. Kind regards Mark
Hi there,
Where can I see the ad? Just disabled AdBlock but didn't see anything.
Strange. They show on mine inside of the posts. I have auto adsense installed.
Hi there,
try this CSS to add some margin above and below the adverts:
.google-auto-placed {
margin-top: 2em;
margin-bottom: 2em;
}
That seems to gave done the trick, thank you so much.
You're welcome
Really helpful thanks!
Glad to hear that!