Shopify themes, liquid, logos, and UX
Hi there,
I'm trying to move my logo to the left on mobile header but when I use margin-left, on smaller devices it covers the hamburger icon!
What am I doing wrong?
Thankyou!
Solved! Go to the solution
This is an accepted solution.
Do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
@media (max-width: 767px){
.header-item--left{
max-width: 20px !important;
margin-right: 10px !important;
}
}
You can change the 10px value to anything you wish.
The greater the value, the more to the right it will be pushed.
Please let me know whether it works.
Kind regards,
Diego
do you mean like this?
Indeed however I'd like to keep the hamburger to the left also, and just have the logo next to it, but if that's not possible then that will do!
Thanks for feedback
if possible to share screenshot how do you like exactly so i will provide code
Like this 🙂
Thanks so much for your help, I really appreciate it!
This is an accepted solution.
Do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
@media (max-width: 767px){
.header-item--left{
max-width: 20px !important;
margin-right: 10px !important;
}
}
You can change the 10px value to anything you wish.
The greater the value, the more to the right it will be pushed.
Please let me know whether it works.
Kind regards,
Diego
That worked! Thankyou!
@Esquibb96
I'm glad to hear that!
Next time feel free to contact me personally, I'll be happy to help.
Kind regards,
Diego
Hey Diego,
I'm having trouble doing this same thing on my site. I have the "Taste" theme and i'm just looking to move my logo to the left on mobile, remove search and bring hamburger to top right.
Everything on Desktop is fine as is.. except for the search feature.
Hey there! Thanks for the info. I did this, but it didn't work. My logo is still in the middle. And interferes with the search bar
Would you mind sending the code to achieve this?
User | RANK |
---|---|
183 | |
169 | |
77 | |
56 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023