Help With Moving Header Main Menu Words To The Left (Dawn Theme)

I am looking to move the Main Menu words (Home, Shop, Contact, FAQ) to the top left and just need some help doing so.

Like This:

Hello @MMast

Can you share store URL?

password?

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

h1.header__heading { display: none !important; } @media screen and (min-width: 990px){ .header:not(.drawer-menu).page-width { padding-left: unset !important; padding-right: unset !important; } }

techlyser_web_0-1709955642444.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Was your question answered? Mark it as an Accepted Solution.