Header menu left aligned

Solved

Header menu left aligned

Daniel19901
Shopify Partner
285 2 81

Hi, I would like to have my menu left aligned, like this store has it. Can anyone help and send me the code for it?
Currently my menu is centered.

e6z1di-ba.myshopify.com

Here is an example:

Daniel19901_0-1736068415647.png

 



Accepted Solution (1)

NguyenVinh
Shopify Partner
9 2 3

This is an accepted solution.

You can refer to this css:

.m-header__desktop .m-header__center {
  justify-content: flex-end;
}

 

View solution in original post

Reply 1 (1)

NguyenVinh
Shopify Partner
9 2 3

This is an accepted solution.

You can refer to this css:

.m-header__desktop .m-header__center {
  justify-content: flex-end;
}