Shopify themes, liquid, logos, and UX
I just want to swap the search button and the hamburger button but keep everything else the same.
This is the current custom CSS
@media only screen and (max-width: 767px) {
.logo-area__left {
order: 3;
}
.logo-area__left {
flex: none;
}
button.button.notabutton.mobile-nav-toggle {
order: 2;
}
.show-search-link__icon {
justify-content: center;
}
}
What is wrong with it?
Need help ASAP!
Thanks!
Hi @fg23
Could you share your store URL so I can check?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Please add this code to theme.liquid file
<style>
@media (max-width: 749px) {
.logo-area .mobile-nav-toggle {
order: 3;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @fg23 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/main.css
3. Add code below to end of file
@media (max-width: 767.98px){
.logo-area .mobile-nav-toggle {
order: 1;
}
}
Nevermind! It worked! Thank you so much!!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025