Shopify themes, liquid, logos, and UX
Please help couldn't find an answer how to move search icon to the right side so it would be good on all devices?
Hi @Noimix1,
Could you please share your Store URL and password (if applicable) so that I can review it and provide you with the appropriate solution code?
Looking forward to your response.
Thanks!
Hi @Noimix1,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (min-width: 990px) {
.header--top-center {
grid-template-areas:
"heading icons left-icons "
"navigation navigation navigation" !important;
grid-template-columns: 1fr auto auto !important;
}
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025