Scrolling problem on mobile

Hello ! Using X Theme on this website : https://macliniquedentaire.ch/ I have the same scrolling problem as in this post :
Mobile scrolling-Issue

I installed smooth scroll and while it does the job on desktop, it does not on mobile. I’ve also added some custom CSS relative the stickyness of the footer which somewhat managed to reduce the stutter only to one instance.

CSS : .ua-mobile .avada-footer-fx-sticky { height: auto !important; }

But honestly i don’t truly know what to change to make it disappear. I would be very grateful if you guys could look at what’s wrong :slight_smile:

Hi Alexandru,

Thank you for writing in, what was causing the scrolling issue on your site is this double scrollbar:

If we resolve this, we resolve the scrolling issue without the help of smooth scroll plugin.

This double scrollbar issue usually happen if you have an element on your site that out of bounds from the fixed height it set in its container. This bring us to the biggest problem on your page, the way it was build.

The actual page has only 4 actual sections (About, Nos soins adultes & enfants, Notre équipe, and Contact), if its only 4 sections in the builder then we can help you find what element is causing the double scrollbar.

However, when I look at the source of this page, it has a 46 sections, you need to ask the original developer of this page to find what is the element that causing this double scrollbar issue.

Its also possible that a plugin is causing this, so do a Test for a plugin conflict first.

Let us know how it goes,
Cheers!

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