• Hello Everyone ??

    I’ve running a website on WP, and certain webpages won’t scroll down properly.

    I’ve used the following bit of code to fix this issue:

    html .page {
        overflow-x: visible;}
    
    html,
    body{
    width:100%;
    overflow-x:hidden;}

    The problem now is that I’ve got an annoying white bar on the right-hand side I can’t remove….

    Could someone please help with this issue?

    Many thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Webpages won’t scroll’ is closed to new replies.