• I have a problem with scrolling on the homepage on my phone (iPhone, for example). On some phones, it doesn’t recover at all, on other phones it recovers after 2-3 seconds and you can scroll up and down the page.

    I’ve tried changing codes, adding code snippets, but I can’t get it to work.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator threadi

    (@threadi)

    You have this custom CSS in the global CSS in Elementor:

    @media only screen and (max-width: 768px) {
    html {
    zoom: 100%;
    overflow-x: hidden;
    }
    }
    @media only screen and (max-width: 768px) {
    html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
    }
    }

    Here you need to remove the two overflow specifications.

    If you can’t find it, ask in the Elementor support forum: https://wordpress.org/support/plugin/elementor/

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.