Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I would like to move my shop cart to my navbar, right next the my logo as the other menu-item (see picture). I've tried added padding, which moved it closer to the logo, however it didn't stay in place when scaling to mobile/desktop.
Any help would be much appreciated!
The cart is placed on the right by default. I would like it right next to the logo, as the same way with the Shop menu item.
Please share your store URL.
I have sent you a private message.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (min-width: 750px){
.site-header__icons-wrapper{
justify-content: flex-start !important;
}
.site-header .grid__item.medium-up--one-third.medium-up--push-one-third.text-right.site-header__icons {
left: 28%;
}
}
Hope this works.
Thanks!
It works! Thank you! However, when I am scaling the website, the cart menu-item is moved closer to the logo. Is it possbile to set a fixed distance between the logo and the cart menu-item?
Ok, I will check and get back to you with a solution.
@dmwwebartisan wrote:Ok, I will check and get back to you with a solution.
Thank you!
Did you manage to get another look at it? I still haven't been able to fix it.
Yes, I checked but it will take time to fix and need to make customization. Hope you understand.
Yes of course I fully understand 🙂