Hi Delorra,
thanks for reaching out.
Technically, the purpose space around the ad is part of the ad. Even the color is set up by AdSense. I guess they learned that this might increase the chance of users noticing and clicking on ads.
Theoretically, you could set up fixed-sized ads and disable the option in AdSense to show smaller ads in bigger ad spaces. This might decrease the number of potential ads for your site significantly and have a negative impact on your revenue.
If you still want to change the behavior then please let me know and I will check again how these options in the AdSense account are called these days.
Best regards,
Thomas
Thread Starter
Delorra
(@idleturtle)
Thanks Thomas.
It’s just strange since I never saw such purple color space on other ad sites.
Just to make sure, this is what I’m talking about.
https://i.stack.imgur.com/KJLMY.png
The purple spaces framing both side of the ad.
Hi Delorra,
you are right about the color not being normal so I dug a bit deeper.
The color is applied to the AdSense ad, but it is actually coming from your theme.
There is a CSS rule in your theme that sets it:
.colors-custom ins {
background: hsl( 250, 50%, 93% ); /* base: #eee; */
}
If you don’t know how to identify it then you can try the “Transparent Background” option under Advanced Ads > Settings > AdSense. It is designed to override such rules from the theme.
Let me know if that worked.
Best regards,
Thomas
Thread Starter
Delorra
(@idleturtle)
Yes, it works! I changed the setting in advanced ads as you suggested.
Thank you so much Thomas!
-
This reply was modified 6 years, 4 months ago by
Delorra.
Happy to help and sorry that I missed it at first.
Thomas