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?
Site URL: hidden Theme version: 8.1You 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, 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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.