Site logo

Archived topic

Ad Padding

3 replies · Started by Charalambos on November 4, 2019

Viewing posts 1–4 of 4

Hello,

I have a small issue and i was hoping you can help me sort it out. I am using a hook to add an advertisement below the menu but there is no padding at all as you can see from the screenshot below.

https://imgur.com/YGSM61x

I have tried the code below, which works fine for another site of me, but it doesn't seem to work this time.

.site-main .adsbygoogle {
margin-top: 15px;
}

Could you please advise? I just want to add some padding.

regards

Charalambos

Hi there,

try:

.site-content .adsbygoogle {
    margin-top: 15px;
}

Thanks David, it works fine.

Glad to be of help

This archived topic is closed to new replies.