Reply 316529 to: + and – buttons are quite small on mobile devices

Avatar: Olga Barlow
Olga Barlow
Support staff
February 8, 2022 at 14:25

Hello,

Add the below code to Theme Options > Custom CSS to increase the size of the q-ty on the cart page

@media only screen and (max-width: 480px) {
    table.cart .quantity {
        height: 55px;
    }
   table.cart .product-quantity .quantity input[type=number] {
       min-width: 60px;
   }
   table.cart  .product-quantity span.minus, table.cart  .product-quantity span.plus {
       width: 30px;
   }
}

If iPhone detects the input number then it places the cursor to enter the number, so we can’t change that behavior.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.