Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #184622

    Hi,

    Whenever I embed a Google Ad to the theme, it places 2 or 3 black dots above the ad. How do I remove these? Rather annoying.

    I found this CSS code from someone else requesting,
    #top #wrap_all ins::before {
    content: “”;

    It works – partially. It leaves blank space and pushes the ad down, and when viewing on mobile – the dots reappear.

    #184627

    Hi,

    Can you post the link to the page where these dots are appearing?

    Regards,
    Josue

    #184631
    This reply has been marked as private.
    #184646

    Hey!

    Add this code to the Quick CSS:

    #top #wrap_all ins:before {
    display: none !important;
    }

    Cheers!
    Josue

    #185197

    Perfect!

    I recommend fixing this for future users as it was rather a bother to me (coming here, etc.)

    Erik

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Google Adsense Dots’ is closed to new replies.