Search Divi Cart Pro Documentation
Search for answers or browse our knowledge base.
How to change the quantity box size in Divi Cart Pro?
To change the quantity box size in Divi Cart Pro theme add the following CSS code in Divi Theme Option
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
width: 80px;
}
Note: You can change the 80px size as per your requirement.