• Hi, after an update to our homepage, all pages on our website stopped scrolling. I’ve tried disabling plugins and adjusting the CSS code using overflow; scroll. I’ve even tried changing the theme. I’m not an IT person and have limited ability in this area. Would appreciate any help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Switch to a default “Twenty-*” them to see if problem persists. If it is a theme related problem you will need to seek support from the theme developer as it is not a WordPress related problem.

    .nicdark_navigation {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    from the above
    remove position: fixed;
    that should do it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website Stopped Scrolling’ is closed to new replies.