wordpressscrollelementor

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


Solution

  • .container, .edublink-container {
        overflow-x: hidden;
    }

    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.