Site logo

Archived topic

Overflow-x problem on Elementor

3 replies · Started by Milo Lam on June 21, 2021

Viewing posts 1–4 of 4

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.

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;
}

Code solved the problem! Thanks David

Glad to be of help

This archived topic is closed to new replies.