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!
Our header menu is now outlined to the left but we would like to have it centered in the middle?
Anyone who can assist us with this?
Kind regards,
Els
Solved! Go to the solution
This is an accepted solution.
Hi @lagentilestore ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
@media screen and (min-width: 990px) {
.header--middle-left {
grid-template-columns: auto 1fr auto !important;
}
.list-menu--inline {
justify-content: center !important;
display: flex !important;
}
}
I hope it would help you
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @lagentilestore ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
@media screen and (min-width: 990px) {
.header--middle-left {
grid-template-columns: auto 1fr auto !important;
}
.list-menu--inline {
justify-content: center !important;
display: flex !important;
}
}
I hope it would help you
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
It worked! Thank you so much.
If some one is still looking for the solution, checkout our easy to learn video tutorial here