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
This is an accepted solution.
Try This One
add This Css in your base.css File
@media screen and (min-width:989px){
nav.header__inline-menu{
display: flex;
justify-content: center;
text-align: center;
align-items: center;
}
}
body.gradient header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
display: grid !important;
grid-template-columns: 1fr 2fr 1fr !important;
}
.list-menu--inline {
justify-content: center;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hello @GS-Web-Design
Can you share store URL?
Add This Css In Your Edite code > base.cs File
@media screen and (min-width:990px){
.header.header--middle-left {
grid-template-columns: 1fr 1fr 1fr !important;
}
nav.header__inline-menu {
text-align: center !important;
}
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hi there,
I applied this code but it did not resolve the issue. It creates an even gap between the logo (left) and search (right) but does not centre the menu with the page
This is an accepted solution.
Try This One
add This Css in your base.css File
@media screen and (min-width:989px){
nav.header__inline-menu{
display: flex;
justify-content: center;
text-align: center;
align-items: center;
}
}
body.gradient header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
display: grid !important;
grid-template-columns: 1fr 2fr 1fr !important;
}
.list-menu--inline {
justify-content: center;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Perfect! Thank you so much 🙂