[Resolved] Overflow-x problem on Elementor

Home Forums Support [Resolved] Overflow-x problem on Elementor

Home Forums Support Overflow-x problem on Elementor

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1829437
    Milo Lam

    Hi,
    I have an overflow problem on my site (link in private) using Elementor where it’s overflowing horizontally on mobile.
    I have added

    body {
        overflow-x: hidden;
    }

    but that didn’t help. Not sure which element/widget padding is causing the problem.
    Thanks in advance.

    #1829465
    David
    Staff
    Customer Support

    Hi there,

    its an issue you should take up with Elementor – taking a quick look the issue looks to be related to the section with the title: SU KIEN – the on scroll animation is overflowing.

    For a simple fix try this CSS:

    html, body {
        overflow-x: hidden;
    }
    #1829598
    Milo Lam

    Code solved the problem! Thanks David

    #1829858
    David
    Staff
    Customer Support

    Glad to be of help

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