Site won't scroll initially

Hi there!
I’m working on this site: http://frscredit.armorlight.biz/ and for some reason, whenever i load a page, it won’t immediately scroll. I have to try twice and then it scrolls but it’s not smooth at all. I tried disabling all third party plugins–still glitchy. I disabled the Pro theme and only then was it totally smooth. Any ideas?
Thanks!!

Hi,

Thanks for writing in!

To fix it, you can try addin the code below in Theme Options > CSS

body {
   overflow:hidden;
}

Hope that helps

1 Like

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