Archived topic
Why I am seeing this overflow for the custom page?
5 replies · Started by sreekanth on July 18, 2020
Hey, I want to use the custom page as a home page for my website and I eventually designed one using Generate blocks. I used the following configuration for containers, Container = full width, inner container = contained width 1000 px, and marked make page full width. Though, I feel everything is fine but still the overflow present. Please, help me.
Reference image: https://imgur.com/a/Mp3pgtI
Link for the website: https://app-5ef6fd74c1ac18150827d963.closte.com
Hi there,
i am not seeing any overflow on the link you shared - did you fix it ?
Thanks, David for your quick response.
No, I haven't made any changes, and It (Overflow) still there on the rightmost side.
Check Image for Idea: https://imgur.com/a/Mp3pgtI
Page link: https://app-5ef6fd74c1ac18150827d963.closte.com
Still not seeing it - maybe is only to logged in users. have you checked when logged out? If it still persists try this CSS:
html, body {
overflow-x: hidden;
}
Thanks, David. I see it for no-logged in users too. Anyway, your CSS code above solved the issue.
Thank you :)
Glad to hear that