Hi,
I have an issue that cart icon on menu slides in to mask search icon once product added to cart, then, the search icon can’t be used.
Thanks!
Hi schiou!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
No solution and reply?
Hey!
Thank you for the info.
Please add this on Quick CSS or custom.css to move the cart downwards:
.cart_dropdown.visible_cart {
right: -2px;
top: 120px;
}
Cheers!
Ismael
Thank you very much!
but, actually
.cart_dropdown.visible_cart {
right: -2px;
top: 180px;
}
is better since search icon will expand once clicked.