[Resolved] Why I am seeing this overflow for the custom page?

Home Forums Support [Resolved] Why I am seeing this overflow for the custom page?

Home Forums Support Why I am seeing this overflow for the custom page?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1368339
    sreekanth

    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

    #1368483
    David
    Staff
    Customer Support

    Hi there,

    i am not seeing any overflow on the link you shared – did you fix it ?

    #1369193
    sreekanth

    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

    #1369371
    David
    Staff
    Customer Support

    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;
    }
    #1370481
    sreekanth

    Thanks, David. I see it for no-logged in users too. Anyway, your CSS code above solved the issue.
    Thank you 🙂

    #1370515
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.