Faulty scrolling

Hi, our site url is: https://automatic-portfolio.com/best-stock-picks

For some reason we are having issues with scrolling on the site. The scrolling is sticky and even after the page is loaded the user can’t scroll smoothly.

We disabled the header on the site so people don’t navigate away from this landing page so that may be interfering with this. The issue is much worse on the mobile page than the desktop one. Please let us know how we can resolve this asap.

Thank you

Hi @Web_Services,

Thank you for writing in, first, please do a Testing for Plugin Conflict.

Also, if you have custom CSS, please try removing those custom CSS and see if that resolves the issue.

If the issue persists, please provide us login credentials in a secure note so we can take a closer look.

Cheers!

Hi, just checked and its not a plugin issue and I removed the code to hide the header, which was the only code in customizer about that page that could be causing the issue, but the issue still persists.

Ive put login details below, lets resolve this asap

Hello @Web_Services,

The issue seems to be coming from the last section on the page.

Try adding this code in the Element CSS of the last section (footer section):

$el {
    overflow: hidden !important;
} 

Hope this helps.

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