Increase Page Margins so ads display properly

Posted in: Newspaper
Post count: 76

Hey guys, I need some help. I use an AD network that sometimes serves up those Background-Site ads, however I’ve noticed that when they do show up, the right side of my site gets covered up some (especially anything in the sidebar area). How do I fix this issue? I’m guessing to increase margins maybe? But exactly where would I fix that without messing up my site?

Overlapping Ad covers right sidebar area

Post count: 7909

Hi,

Please provide a link as I need to inspect this.

Thanks!

Post count: 76
Post count: 1291

Hi,

I’ve checked your site but the ad is not there, did you disable it or it appears only to certain areas?
I suspect that the ad comes with some html or css which breaks the layout. We can only check it when the ad is enabled and the error is there.

Thank you!

Post count: 76

Hi, no I did not disable anything. The ads are served dynamically from the Ad Network, so it doesn’t always show up (which I why I did the screenshots). Is there no way to just explain how to completely enlarge the margins of the site itself?

Post count: 7909

Hi,

Unfortunately if we cannot inspect this, we don’t know exactly what the ad change. You can try to use browser inspector to find out if the width is changed in one of the theme containers. You can also try to use this custom css in Theme Panel > Custom Css and see if it works:

@media (min-width: 1141px) {
.td-boxed-layout #td-outer-wrap {
width: 1164px !important;
}
}

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.