Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry, I don’t see this issue occuring on your site. From what I can see, the element with class “.ged-nav-container” becomes sticky once you scroll (or at least the clone does), and the original becomes hidden as intented.

    Can you please elaborate or explain what you see?

    Thread Starter gereby

    (@gereby)

    i’ve uploaded a screenshot:

    Screenshot

    You can (sort of) fix this by adding this to your CSS:

    @media screen and (max-width: 1121px) {
       .original .ubermenu-responsive {
          visibility:inherit;
       }
    }

    It’s the Ubermenu that’s somewhat throwing a wrench though. It’s using all kinds of things to animate the menu, which is why you might still see it for a split second if you open the (cloned) menu.

    This can be fixed but will need a little hacking in the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘duplicate menu when scrolling on mobile’ is closed to new replies.