Archived topic
Can I get rid of off-screen issue with deactivating cache plugin?
4 replies · Started by Heath on November 10, 2021
So I have a CDN now which uses a cache plug-in through my hosting company. But it has caused there to be a little bit wider than the screen on mobile and I dont like that. Is there a way to get rid of that?
Hi Heath,
I'm not 100% sure I see what you mean.
Were you pertaining to the small space on the side of the site?
If that's the case, can you try adding this CSS?
html, body {overflow-x: hidden;}
And then clear cache/cdn cache.
Let us know how it goes.
Yes...that's what I was referring to. The little area to the side so it looks like there a little white along the whole side of the site off screen.
Also, this worked! Thanks Elvin!!
No problem. :D