Spotlight theme: Move mobile menu to right (hamburger)

Solved

Spotlight theme: Move mobile menu to right (hamburger)

signofastruggle
Excursionist
17 0 4

Hello, I am using the spotlight theme and looking to move the menu drawer button to right right side of the page for mobile.

 

Thank you for looking!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
7803 1884 2312

This is an accepted solution.

Thank ypou for the information. Do you mean like this? After the nav?

Ribe_Dagandara_0-1692194139795.png

If it is try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media (max-width: 989px) {
header.header.header--middle-left.header--mobile-left.page-width.header--has-menu.header--has-social.header--has-account {
    display: flex;
    justify-content: space-between;
}
header-drawer {
    order: 3;
}
.header__icons.header__icons--localization.header-localization {
    margin-left: 65%;
}
}
@media (max-width: 629px) {
.header__icons.header__icons--localization.header-localization {
    margin-right: 10px !important;
    margin-left: 50%;
}
}
@media (max-width: 480px) {
.header__icons.header__icons--localization.header-localization {
     margin-left: 30%;
}

 

  • And Save.
  • I hope it help.
  • 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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
7803 1884 2312

Hi @signofastruggle 

Would you mind to share your Store URL website? with password if its protected. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
signofastruggle
Excursionist
17 0 4

https://lighthousesb.com/

 

pass:

Lithouse!

Made4uo-Ribe
Shopify Partner
7803 1884 2312

This is an accepted solution.

Thank ypou for the information. Do you mean like this? After the nav?

Ribe_Dagandara_0-1692194139795.png

If it is try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media (max-width: 989px) {
header.header.header--middle-left.header--mobile-left.page-width.header--has-menu.header--has-social.header--has-account {
    display: flex;
    justify-content: space-between;
}
header-drawer {
    order: 3;
}
.header__icons.header__icons--localization.header-localization {
    margin-left: 65%;
}
}
@media (max-width: 629px) {
.header__icons.header__icons--localization.header-localization {
    margin-right: 10px !important;
    margin-left: 50%;
}
}
@media (max-width: 480px) {
.header__icons.header__icons--localization.header-localization {
     margin-left: 30%;
}

 

  • And Save.
  • I hope it help.
  • 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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
signofastruggle
Excursionist
17 0 4

Thank you!

This was not showing on the right when i flex fit the laptop browser window to mobile view, but did work when I pulled it up on mobile.

Made4uo-Ribe
Shopify Partner
7803 1884 2312

Welcome, You said for the mobile right?

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ErikaTK
Visitor
2 0 1

Hello! I followed these instructions exactly and unfortunately, my header looks the same on the mobile view. I use the Dawn theme. Can you offer ay further assistance? Thank you so much.

Made4uo-Ribe
Shopify Partner
7803 1884 2312

Hi @ErikaTK 

This code is for the owner of the post. Would you mind to share your store URL? So i can take a look. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ErikaTK
Visitor
2 0 1

Hello! Yes, here's my website URL: https://pacifichibiscus.com/

In the mobile view, the menu is still on the left side.