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
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024