Archived topic
Sidebar too long with ads
1 reply · Started by Shivansh on July 2, 2021
Viewing posts 1–2 of 2
Hi there!
I'm running a sticky sidebar ad via Ezoic but it turns out that the sidebar are is stretching itself and breaking the site's overall responsiveness. Would you please help me with this?
https://snipboard.io/X5rMz2.jpg
Thanks
Hi Shivansh,
GP has no control over the ads, I'm sorry but we can't help with that.
I would recommend reaching out to the ad plugin support.
In the meantime, you can try this CSS to hide the overflow part of the ad:
div#right-sidebar {
overflow-x: hidden;
}
This archived topic is closed to new replies.