Menu icon not showing on mobile version

Why is the icon not showing in the top left to be able to open the menu?

URL: www.lonelysundaytattoocare.co.uk

Hello, in your theme base.css their was a CSS which hide the menu, and only show in desktop.

  1. navigate your theme from Online Store
  2. Click Edit your theme edit code
  3. 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?