Hi,
The basket in enfold shows on the desktop on the right hand side of the screen. However in mobile view it disappears and the user has no way of getting to the basket apart from searching for it. Can you assist please?
Thanks.
Hey,
Thanks for contacting us and sorry for the late reply!
It seems like you have following custom CSS code which hides mini cart on screens below 767px
@media only screen and (max-width: 767px) {
.responsive #top .cart_dropdown {
display: none;
}}
Please remove it and it should be working as expected :)
Best regards,
Yigit