My quantity selection boxes expanded and I want them to be smaller.

  • loragallagher
    Asked on October 1, 2019 at 9:36 PM

    See the attachment. How do I make my quantity selection boxes smaller. Yesterday, when I made some changes to payment method, the selection boxes expanded. I want them back to the size I had them at originally. 

    Jotform Thread 1985503 Screenshot
  • Jed_C
    Replied on October 1, 2019 at 10:18 PM

    Try injecting the CSS code below and just the pixel amount to your preference.

    .form-product-item .form-dropdown {

      width: 40px !important;

    }

    answers Screenshot 10

    I hope that helps. Let us know if you have any questions or if you need further assistance.