First Scroll Stuck - Slider Revolution

Hi there,

Please see the link attached:
https://dimedia.co.za/home-test/

When a user ties to scroll for the first time the screen gets caught and will only scroll on the second attempt. Even if you scroll down, it will get stuck when you try scroll again unless you try a second time - giving the impression there is no more content on the page but there is.

Please advise on how to resolve the scrolling issue?

Hello @CEGTev,

Thanks for writing to us.

It generally happens due to the fixed custom height of the container and content height is greater than the container height. I would suggest you please check your page make sure you have not added the custom height or for a quick fix you can add this custom CSS code under Theme Options—>CSS

body {
    overflow: initial;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.