Shopify themes, liquid, logos, and UX
Hey,
I’m currently working on customizing the mobile view of my Shopify store and would like to move the mobile menu icon (hamburger menu) from the left side to the rightside of the screen. I’m using using Dawn theme.
Can anyone guide me on how to adjust the code to position the menu icon on the right for mobile devices? Any help or code snippets would be greatly appreciated!
Thank you!
Hi @Kvly
Would you mind sharing your store URL? Thanks!
Thanks for the info, do you have another preview of the store? it always giving me a snap beakout.
I manage to do this.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 749px){
.header {
display: grid;
grid-template-areas: "heading icons left-icons" !important;
}
.header--mobile-left {
grid-template-columns: auto 1fr auto !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
hello, I did as you explained, but the spaces between the icons are not good what to do? the menu is stuck to the basket and I would like to space between the two if you can help me please
link to my shop: www.goldenpoke.ch
and I would like to do like that, I am talking about the mobile version : www.laschocards.ch
How did you do it? My icons are too close to each other 😞
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025