Getting 2 scroll bars on page

Hi,

I am seeing 2 scroll bars on right of pages when I try and resize the window. See example here:

How do I get rid of that?

Thanks

Hi,

To fix it, you can add this in Theme Options > CSS

body {
   overflow:hidden;
}

Hope that helps

Thanks! That worked

We are delighted to assist you with this.

Cheers!

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