Why is my menu not showing on mobile when I click the hamburger icon when using Dawn theme?

Why is my menu not showing on mobile when I click the hamburger icon when using Dawn theme?

Here is the domain:
https://5gnyag-hj.myshopify.com/

And password:
newsho

1 Like

@priebebrandon oh sorry for that issue

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media (max-width: 749px) {.menu-opening .menu-drawer {transform: translate(0);visibility: visible;}}

This worked! Thank you so much

1 Like

@priebebrandon its my pleasure to help