Why is the icon not showing in the top left to be able to open the menu?
Hello, in your theme base.css their was a CSS which hide the menu, and only show in desktop.
- navigate your theme from Online Store
- Click Edit your theme edit code
- Search base.css
and remove this code
.header__inline-menu {
margin-left: -1.2rem;
grid-area: navigation;
display: none;
}
Which theme you are using, shopify Dawn theme has good features for mobile menu, which you can used.
thank you
1 Like
This has helped! Thank you, I’m using the Dawn theme - I’d like it to show a burger menu icon on mobile, do you know how I can make this happen?
