How to remove double scroll bar

Hi There

I’ve a problem that on most monitors my website has a double scrollbar (so a scroll bar within the website and a regular scroll bar). Would you please take a look and help me out?

Thanks

Hello @FerryTimmer,

Thanks for writing in!

Did you added any custom css code? I have resolve your issue by adding this custom css.

body {
    overflow-x: visible;
}

Please check your site now.

Thanks it seems that did the trick.

May I ask where you added the code? cause I can’t seem to find it in “Theme Options > CSS” or “Customizer > CustomCSS”

Thanks!

Hi @FerryTimmer,

It’s in the Theme Options > CSS

body { 
	font-family: "FuturaBT", Arial, sans-serif; 
  overflow-x: visible;
}

Thanks!

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