Shopify themes, liquid, logos, and UX
Hi all,
I'd like to change the menu orientation on Refresh theme on mobile. Currently the open menu button (3 lines) is on the left side of the screen. I'd like to change it to the right side of the screen, and to change the search icon and cart icon to the left side. Is there a piece of code that can do this?
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Do you mean like this right?
If it is stry this one.
<style>
@media only screen and (max-width: 989px){
header-drawer {
grid-column: 3;
justify-self: end;
}
.header__icons.header__icons--localization.header-localization {
grid-column: 1;
justify-self: start;
}
}
</style>
Hi @Suominen
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
This is an accepted solution.
Do you mean like this right?
If it is stry this one.
<style>
@media only screen and (max-width: 989px){
header-drawer {
grid-column: 3;
justify-self: end;
}
.header__icons.header__icons--localization.header-localization {
grid-column: 1;
justify-self: start;
}
}
</style>
Works like a charm, thank you for your help!
Hi @Suominen
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
header-drawer {
grid-column: 3 !important;
justify-self: end !important;
}
.header__icons.header__icons--localization.header-localization {
grid-column: 1 !important;
justify-self: start !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025