How to change the width of the quantity field.

  • VRTO
    Asked on August 30, 2020 at 4:42 PM
    How to change the width of the quantity field. Today it's 2 digits, but I need min 3 digits, cause sometimes customers will consume 210 botles of Cola Zero... 

    How to change this? 

    1598806068Schermafbeelding 2020 08 30 om Screenshot 10
  • Mike_G JotForm Support
    Replied on August 30, 2020 at 4:52 PM

    Using custom CSS codes that you can inject to your form, you can change the width of the Quantity field of each product on the payment field.

    Here's the code that you will need to inject.

    .form-textbox.form-product-custom_quantity {

        width: 100px !important;

    }


    Reference Guide: How-to-Inject-Custom-CSS-Codes