• Resolved Roelinde Brons

    (@webstudio25)


    Hi, On the mentioned page we are not able to scroll down on this page on mobile.

    I read some CSS solutions online, but that seems not to work.
    And I can not find any errors.

    Do we overlook something?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Vishal Patel

    (@vishaliihglobal)

    Hii @webstudio25

    Please add below css in current active theme style.css file

    @media(max-width:767px){
    .elementor-element-60f0cd2 .elementor-widget-container .geek-frame-holder {
    width: 100% !important;
    }
    }

    Hi,

    Can you disable all your experiments, please?

    except for the Flex Box experiment (If you have it on your site)

    https://elementor.com/help/elementor-experiments

    If it solves the issue, reactivate the ones you use.

    • Please make sure that all of your Plug-ins and Theme are updated.
    • Sometimes it isn’t obvious that there is a plugin update available. Go to WordPress Dashboard > Updates and click the Check Again button to be sure.
    • Please also regenerate the CSS via Elementor > Tools > Regenerate CSS on your WordPress Dashboard,
    • then make sure that you are clear:
    • your WordPress cache (your WordPress plugin if you have one), your server cache (if
    • you have one. In this case, you can contact your hosting provider).
    • ?Please deactivate all your plugins besides Elementor and see if it helps. If it solves the issue, reactivate them one by one to find the culprit. If it didn’t help, switch your theme (temporarily) and see if it makes any difference.
    Thread Starter Roelinde Brons

    (@webstudio25)

    Thank you both for your help.
    we indeed solved the issue by adding some CSS. It was indeed caused by a messy code after many adding/ deleting thing while creating the content.

    Thread Starter Roelinde Brons

    (@webstudio25)

    Some explanation: There where 2 scrolls on the right side: one the real page and one of the contextblock that had some overflow.

    we added overflow-x:visible

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile scrolling not working’ is closed to new replies.