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.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024