 
	
		
		
		
		
			
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
