How to Move the Mobile Menu Icon to the Right in Shopify Dawn Theme?

How to Move the Mobile Menu Icon to the Right in Shopify Dawn Theme?

Kvly
Visitor
2 0 1

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!

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10096 2398 3030

Hi @Kvly 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Kvly
Visitor
2 0 1

Sure! Here’s my store URL: www.kivalyu.com.

Made4uo-Ribe
Shopify Partner
10096 2398 3030

Thanks for the info, do you have another preview of the store? it always giving me a snap beakout. 

Made4uoRibe_1-1725487186148.png

 

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:

Made4uoRibe_0-1725487169572.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
IvoFerreira
Visitor
2 0 1

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

IvoFerreira
Visitor
2 0 1

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 

85m
Visitor
1 0 0

How did you do it? My icons are too close to each other 😞