Home › Forums › WoodMart support forum › Quantity button size › Reply To: Quantity button size
October 15, 2020 at 8:02 am
#233407

Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached. For the quantity please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
div.quantity input[type=number] {
width: 70px;
}
div.quantity input[type=button] {
min-width: 70px;
}
You can adjust the width according to your needs.
Best Regards.