Ads appearing strangely on site
Hey there :)
I see a thin white line through the ads that are appearing on the site. What's causing this?
Also the ad doesn't seem to fully load in the container. Both issues are shown in the screenshot below.

Thanks in advance
0
-
Hi Sean! Issues like this are typically coming from theme/site CSS that's hitting the ad containers. You should be able to refer to this thread and get it removed.
0 -
Nice one, thanks for that. Got it sorted!
For anyone else that comes across this, I'm using Divi and the CSS that fixed this was:
.adunitwrapper .container {
padding-top: 0 !important;
}@media (min-width: 981px) {
.adunitwrapper .container:before {
display: none !important;
}
}0
Journey is Self Supported
Please sign in to leave a comment.
Comments
2 comments