Off Canvas Menu in the way

Hey!

For some reason the off canvas menu or menu wrapper is visible on the website at all times. How can I make it only visible when opening the burger menu?

I will send you the login privately

thanks!

Comments

  • Here's a screenshot

  • Hi,

    That is because you added a blur effect to the wrap that contains the menu burger.

    When you remove the blur, the issue is gone:

    Anyway, you can use the following CSS code:

    .mfn-header-tmpl-menu-sidebar-right {
     right: calc(var(--mfn-header-menu-sidebar-width) * -1 - 17px);
    }
    

    It is a workaround to make it work with the blur.


    Best regards

Sign In or Register to comment.