Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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:
Solved! Go to the solution
This is an accepted solution.
You can refer to this css:
.m-header__desktop .m-header__center {
justify-content: flex-end;
}
This is an accepted solution.
You can refer to this css:
.m-header__desktop .m-header__center {
justify-content: flex-end;
}