Site logo

[Resolved] Auto Ads Padding

Home Forums Support [Resolved] Auto Ads Padding

Home Forums Support Auto Ads Padding

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1344001
    Mark

    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

    #1344067
    Leo
    Staff
    Customer Support

    Hi there,

    Where can I see the ad? Just disabled AdBlock but didn’t see anything.

    #1344202
    Mark

    Strange. They show on mine inside of the posts. I have auto adsense installed.

    #1344382
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to add some margin above and below the adverts:

    .google-auto-placed {
        margin-top: 2em;
        margin-bottom: 2em;   
    }
    #1344681
    Mark

    That seems to gave done the trick, thank you so much.

    #1344744
    David
    Staff
    Customer Support

    You’re welcome

    #2073827
    theenic

    Really helpful thanks!

    #2074200
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.