All things Shopify and commerce
Hello I want to change the location of where the menu items show in my header, my url is: Unique Home Decor & Lighting - Create Your Perfect Space – InteriorGlows, but I do not know how to do this
Solved! Go to the solution
This is an accepted solution.
Hi @TrendBlend
@media screen and (min-width: 1024px){
header.header {
grid-template-areas: "heading . navigation icons";
grid-template-columns: auto 20px 1fr auto !important;
}
I hope this helps
Best,
Daisy
Hello @TrendBlend ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
@media screen and (min-width: 767px) {
header.header.header--top-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account.header--has-localizations {
display: flex;
gap: 15%;
}
}
Regards
Guleria
Hello @Guleria this placed it on top but it is not placed that nice, and my language selector moved due to it. I have now removed the language and currency selectors in the header and it is again placed under my logo. do you know how to place it like this:
Use this code
@media screen and (min-width: 767px) {
header.header.header--top-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account.header--has-localizations {
display: flex;
gap: 25%;
}
}
Regards
Guleria
Hello @Guleria , it still shows up like this to me, URL: Unique Home Decor & Lighting - Create Your Perfect Space – InteriorGlows
This is an accepted solution.
Hi @TrendBlend
@media screen and (min-width: 1024px){
header.header {
grid-template-areas: "heading . navigation icons";
grid-template-columns: auto 20px 1fr auto !important;
}
I hope this helps
Best,
Daisy
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025