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;
}
}