This topic has 8 replies, 3 voices, and was last updated 2 years, 9 months ago ago by Olga Barlow
Hi, the – and + buttons to increase and decrease the quantities on the mobile devices are quite small especially in the shopping cart page. Therefore, usually by trying to press either on – or + it goes to the input quantity text field instead.
Is this normal?
You can see what I mean here from your demo https://ibb.co/ynQSVwJ in a desktop it is fine to use the mouse cursor but on a phone, it is impossible to press either – or + as it will always hit on the input text box
What device and browser do you use? Could you record a video of the problem?
Regards
Please see the video attached https://we.tl/t-gdoPVHV16p
Hello,
What mobile device do you use?
Regards
Hello, I have tried on both iPhone X, iPhone XS Max, iPhone 13 Pro Max…and some android devices
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
Tagged: best selling, design, mobile, responsive, themes, usability, woocommerce
You must be logged in to reply to this topic.Log in/Sign up