Hi, it seems the cart button is not working on mobile devices, meaning it is not clickable anymore. Any fix for that?
Hey koszachos,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi again, in the private section you can find the url for the site.
have you had a chance to look at the site and identify the underlying problem? Thank you
I have worked out a solution for anyone else experiencing this issue.
@media only screen and (max-width: 767px)
{
.responsive #top .cart_dropdown {
z-index : 20;
}
}
Hi,
Apologies for the delay in this, thank you for a sharing a solution others can use as well.
Best regards,
Jordan Shannon