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
Issue: The mobile hamburger menu in a Shopify store using the Dawn theme did not open/show on click.
Cause/Context: On small screens, the theme’s menu drawer can remain hidden (off-canvas via transform and hidden via visibility) unless explicitly shown when the menu state toggles.
Fix implemented:
Outcome: The original poster confirmed the CSS-only change resolved the issue immediately.
Status: Resolved. No further actions or disagreements noted.
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
@priebebrandon oh sorry for that issue
can you please try this code
@media (max-width: 749px) {.menu-opening .menu-drawer {transform: translate(0);visibility: visible;}}
This worked! Thank you so much
@priebebrandon its my pleasure to help