How to fix a mobile burger menu glitch?

Store link: https://xsiist.myshopify.com/
Pass: fafaor

Hey guys I’m having glitches with the burger icon on mobile. When I click the burger drop-down menu the announcement bar disappears and leaves a white gap top and bottom for the logo. I’ve attached pictures in sequential order of what happens (left-right). Looking for a fix to how I can improve this weird glitch. I’d like it to just drop down normally and showing each menu page (last pic

@tonyrss

Please add the following code at the bottom of your assets/theme.css file.

.mobile-nav-wrapper { transition: unset !important;}

Thanks!

1 Like

Thanks for the help it worked!