Hello, on my website http://www.shiatsumilanoeditore.it, after adding any product to the cart but only from mobile, I can’t change the quantity of the products. Can you please help me?
Hey Gianluca,
Thank you for the inquiry.
Please add this css code to make the quantity buttons visible again on mobile view.
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
.responsive .shop_table .product-quantity {
display: block;
}
}
Best regards,
Ismael
works perfectly, fantastic support and super fast as always
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
