Can you tell me why on my site I’m getting 2 scroll bars? Its making the scrolling work strangely.
Thanks in advance!
Can you tell me why on my site I’m getting 2 scroll bars? Its making the scrolling work strangely.
Thanks in advance!
Hi,
Thanks for writing in!
To remove it, you can add the code below in Theme Options > CSS
body {
overflow:hidden;
}
Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.