Why isn't my header drawer menu showing on mobile?

Hi,

I changed my header wrapper height and content and now on mobile when i click the hamburger icon the menu/drawer is not visible.

Hey @Aiham

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Oh of course, sorry: fjallochfena.se. If password is further needed I will provide it.

Please add this code at the bottom of your base.css file in Online store > Themes >Edit code > Assets

.header-wrapper {
overflow: unset !important;
}

Hey @Aiham

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed