Website does not seem to scroll smoothly

Hi there,

The homepage of my site does not seem to scroll smoothly.

I have used this advice to create the two images to be flush with the section container, but I am wondering if it is affecting the scrolling function:

Thank you :slight_smile:

Hi There @artthescience

Thanks for writing in! Could you please try adding the following CSS rule into your Pro -> Theme Options -> CSS area and see if that helps.

body {
    overflow-x: visible;
}

Thanks!

That did the trick! Thank you so much :slight_smile:

Glad we were able to help :slight_smile:

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