Hey
I found a soloution here one the page of getting a search function for mobile
its perfect for tablet, but when it shrinks to phone it looks like this. Can i allign the “Cart” and the “search” icons?
Your store is password protected. I can help you if you share the password.
The password is “Portvin” - sry!
Add this code into your css.
@media screen and (max-width: 420px) {
.site-header .site-nav__link.cart-link.js-drawer-open-button-right {
padding-left: 5px;
padding-right: 5px;
}
}