Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #538925

    Hi there!
    I’ve created a website with anchors. So the main navigation is centered at top under the logo. The header is fixed at the top.
    Problem: The mobile menu is working well at the top (#top). But if the user is choosing an other side (an other anchor) the mobile menu isn’t visible anymore because it stays at the top.
    Is there a possibility to have the menu-toggle (for mobiles) fixed at the top corner right?
    Thanks in advance, salome

    #539156

    Hey kontrastreich!

    Try adding this to your custom CSS.

    @media screen and (max-width: 500px){
    #advanced_menu_toggle { position: fixed !important; top: 40px !important; }
    }

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.