Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1490783

    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?

    #1490785

    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

    #1490804

    works perfectly, fantastic support and super fast as always

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.