Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
This is an accepted solution.
Thank ypou for the information. Do you mean like this? After the nav?
If it is try this one.
@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%;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Would you mind to share your Store URL website? with password if its protected. Thanks!
This is an accepted solution.
Thank ypou for the information. Do you mean like this? After the nav?
If it is try this one.
@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%;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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.
Welcome, You said for the mobile right?
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.
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!
Hello! Yes, here's my website URL: https://pacifichibiscus.com/
In the mobile view, the menu is still on the left side.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025