Liquid, JavaScript, themes, sales channels
Hi!
Our Menu currently is positioned in the center of the header. Can anyone help moving it to the left in the header-bar?
Please see screenshot:
shop url: www.mism.store
Thanks in advance!
Best,
team-mism
Solved! Go to the solution
This is an accepted solution.
You can replace justify-content: left by justify-self : left
@media screen and (min-width: 990px){ .header--top-center { grid-template-areas: "navigation navigation ." "left-icon heading icons"; } .header--top-center .header__inline-menu { justify-self: left; } }
If it still doesn't work, please send us your collaborator request to check it carefully.
Hi @monomgroup
Is this the final result you want ?
Follow these step and try it: Online store > Theme > Edit code > go to file base.css. Then, insert this code at the end of file.
@media screen and (min-width: 990px){ .header--top-center { grid-template-areas: "navigation navigation ." "left-icon heading icons"; .header--top-center .header__inline-menu { justify-content: left; } }
Hope helpful for you. If it worked, please mark as solution. Good luck!
Hi!
Thanks for the reply and the suggestion! Tried it and the outcome looks like this now (s. screenshot):
We would like to have it in line with the logo more to the left. Is there a way of adjusting this?
Thanks a lot in advance! Appreciate it!
best,
team-mism
Sorry my mistake. Please, insert this code again.
@media screen and (min-width: 990px){ .header--top-center { grid-template-areas: "navigation navigation ." "left-icon heading icons"; } .header--top-center .header__inline-menu { justify-content: left; } }
You can check on store font if attribute "justify-content" is left , it work.
Replaced it and checked. Justify content is still on: center.
s. screenshot
This is an accepted solution.
You can replace justify-content: left by justify-self : left
@media screen and (min-width: 990px){ .header--top-center { grid-template-areas: "navigation navigation ." "left-icon heading icons"; } .header--top-center .header__inline-menu { justify-self: left; } }
If it still doesn't work, please send us your collaborator request to check it carefully.
User | RANK |
---|---|
21 | |
21 | |
10 | |
7 | |
6 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023