Re: Refresh theme menu orientation

Solved

How can I change the menu orientation on Refresh theme on mobile?

Suominen
Tourist
3 0 3

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?

 

oaSJIQF.png

 

Thanks in advance!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

Do you mean like this right?

Made4uoRibe_0-1697999656877.png

If it is stry this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "theme.liquid" find the tag </body> and print this code below before the tag. 

 

<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>

 

  • And Save. 
  • Like this. 
  • Made4uoRibe_1-1697999798696.png
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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9552 2276 2824

Hi @Suominen 

Would you mind to share your Store URL website? with password if its unpublish. 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Suominen
Tourist
3 0 3

Hi,

 

You can find my store at https://suomed.fi/

Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

Do you mean like this right?

Made4uoRibe_0-1697999656877.png

If it is stry this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "theme.liquid" find the tag </body> and print this code below before the tag. 

 

<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>

 

  • And Save. 
  • Like this. 
  • Made4uoRibe_1-1697999798696.png
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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Suominen
Tourist
3 0 3

Works like a charm, thank you for your help!

PageFly-Richard
Shopify Partner
4852 1090 1762

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.