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.
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024