• Resolved Bartosz Wosztal

    (@bartoszwosztal)


    When BLUR is activated, the drop-down menu is cut off when scrolling through the page content. When you scroll a little and want to open the menu, it is cut to the height of the header. The problem disappears when you switch the BLUR option off. This only happens with the mobile version.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    Hi,

    Sorry you’re having problems. I see that you’re using elements kit menu. I don’t officially support third part plugin, only elementor widgets. The blur option only adds backdrop-filter: blur(20px). I don’t know how that would cause this.

    Maybe it’s a z-index problem. Try this code

    .elementor-widget-ekit-nav-menu {
    z-index: 999999999 !important;
    }

    Let me know if that helps.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.