Shopify themes, liquid, logos, and UX
Hi! I'd like to know where and how to switch the positions of the menu (beneath the header logo on the center) with the search bar on the left. Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
I'm happy to help you with that! You can easily achieve this by adding a simple CSS code to your theme.
To get started, follow these steps:
@media screen and (min-width: 990px) {
.header--top-center {
grid-template-areas:
'navigation heading icons'
'left-icons left-icons left-icons';
}
.header > .header__search {
justify-self: center;
}
}
It should look something like this:
Let's connect and grow your Shopify business together!
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )
Hi @stussieberg ,
To confirm, are you trying to accomplish this?
Let's connect and grow your Shopify business together!
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )
Yes exactly like that scheme! Thanks for the answer.
This is an accepted solution.
I'm happy to help you with that! You can easily achieve this by adding a simple CSS code to your theme.
To get started, follow these steps:
@media screen and (min-width: 990px) {
.header--top-center {
grid-template-areas:
'navigation heading icons'
'left-icons left-icons left-icons';
}
.header > .header__search {
justify-self: center;
}
}
It should look something like this:
Let's connect and grow your Shopify business together!
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )
Yes, it worked! Why doesn't ChatGPT give answers like this? Thank you so much for your readyness. Cheers bro
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025