Viewing 4 posts - 1 through 4 (of 4 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

    #1490812

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘quantity cannot be changed’ is closed to new replies.