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
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