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!
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!
Would you mind to share your Store URL website? with password if its protected. Thanks!
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%;
}
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.