Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
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!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
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.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
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.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024