webpage scrolls left on mobile view but not desktop view

i'm having problems with my website that seems to scroll to the left on mobile view (home page) ive checked the elements if there is an overlap but everything seems ok, yet it still scrolls to the right i use elementor and wordpress to build the website https://q6academy.com/ does anyone know why this is happening? ive checked the elements on my page to see if there is an overlap but everything seems ok, yet it still scrolls to the right

Comment (1)

Jese Leos

August 10, 2024

Verified user

.container, .edublink-container { overflow-x: hidden; } Run code snippetExpand snippet Add this code on your custom css. it will solve the scroll issue on your mobile view, I tested on your website, it works perfectly, If its works for you accept as the answer.

You’ll be in good company