This topic has 8 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
I have a small issue with the visibility of order quantities.
Please see screenshot, when ordering with more than two digits, it’s not clearly visible.
See for example – https://store.amazic.com/product/black-t-shirt-docker/
(use DigitalStore to see the website).
Thanks!
Hello,
Please add this code in Custom css:
.single-product .quantity.buttons_added input[type="number"] {
padding-left: 0px;
padding-right: 0px;
}
Regards
Thanks, that solved the problem on the productpage.
Still exists in the cart though!
Thanks!
Please change the previous code to:
.quantity.buttons_added input[type="number"] {
padding-left: 0px;
padding-right: 0px;
}
Regards
Thanks, I have used it, but not working..
Please check the code one more time and make sure that it was added correctly.
Regards
Yes, my bad, works now!
Thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up