Hello everyone,
I’m having some trouble with my hamburger menu on mobile, for dawn 15.2.0 - Although it has had this issue since 12.0.0
I tested compared to new, fresh dawn. And the fresh version slides when you click the arrow - but if you see my screenshot, there’s an arrow button. I tried to copy or compare the code for the following:
component-menu-drawer.css
header.liquid
header-group.json
header-drawer.liquid
but none of these worked.
It seems to be something in theme.liquid,
I had previously added this code to the head to fix the menu not showing on mobile,
div#menu-drawer { transform: none !important; visibility: unset !important; }But when I removed it from my code version, it stops working (showing when you click the button) at all.
The fresh dawn theme doesn’t have this code - When I replaced the current code with the fresh code, the menu behaves as normally. But there is some customization done to the theme and I need most of it so if there’s any advice that would be greatly appreciated please!
