-
AuthorPosts
-
February 14, 2015 at 12:08 am #396058
HI all, I’m adding Google adsense code to my site and I’m getting extra dots on top of the ads, like a “list”.
How can I fix this?
Thanks in advance.
February 14, 2015 at 6:06 pm #396179Hey Jorge!
It looks like it’s being added form the Woocommerce CSS.
Try adding this to fix it.
#top #wrap_all #footer ins:before { content: "" !important; }
Regards,
ElliottFebruary 22, 2015 at 6:11 pm #400241This reply has been marked as private.February 22, 2015 at 11:40 pm #400300Hey!
Try with this:
#top #wrap_all ins:before { content: "" !important; }
Cheers!
JosueFebruary 23, 2015 at 1:23 am #400330Hi Josue, I added the code but still have some problems displaying adsense code.
I changed the widget are with a text block in order to add the code and here’s what I get:Any other thing I must do?
Jorge.
February 23, 2015 at 1:52 am #400339Hey!
Can you post a screenshot depicting the issue?
Best regards,
JosueFebruary 23, 2015 at 2:18 am #400343I did it in my prev reply. I only see three dots and a small part of the ad.
February 23, 2015 at 4:01 am #400359Hi!
Use this code:
#top #wrap_all ins:before { content: "" !important; } #top ins.adsbygoogle ins { width: 120px !important; }
Regards,
JosueFebruary 23, 2015 at 4:59 pm #400780Hi Josue, here’s another screen of what I get:
February 23, 2015 at 5:39 pm #400826Don’t copy it from the mail notification but from the forum reply:
#top #wrap_all ins:before { content: "" !important; }
February 23, 2015 at 5:53 pm #400846OK fixed, but the ads are cropped. It should be the same with as the orange notification.
February 23, 2015 at 6:11 pm #400870 -
AuthorPosts
- You must be logged in to reply to this topic.