Why are there 2 vertical scroll Bars on my home page?

Why are there 2 vertical scrollbars on my home page? I tried multiple browsers and same issue. I only want the main right one. Thanks.

Hey @michaellanfield,

I only see one scrollbar in your home page (see Secure Note). Would you mind providing more details? Please also clear your browser cache and check your site in incognito mode or other browsers.

Thanks.

there are actually 2 from my screenshot here. I would like to remove the left one. Thanks Christian.

I see it now on a laptop screen size. Try adding this code in Theme Options > CSS

.x-root .site, .x-root .x-site {
    overflow: hidden;
}

Hope that helps.

Looking good. Thank you.

On behalf of my colleague, you’re welcome. :slight_smile:

1 Like

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