Dropdown quantity display issue

  • TAKE48
    Asked on March 6, 2020 at 10:07 PM

    Hi,

     

    I'm having problems with the dropdown quantity number not showing properly on my form - I've linked to the form (issue is at the bottom), or see attached screenshot.

     

    Any assistance in fixing this would be appreciated!

     

    Cheers,

    Chris

    Jotform Thread 2198424 Screenshot
  • Ashwin JotForm Support
    Replied on March 7, 2020 at 4:13 AM

    Please inject the following custom css code in your form and see if that solves your problem:

    .form-product-item .form-dropdown {

        height: 35px !important;

        width: 40px !important;

    }

    The following guide should help you how to inject custom css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

  • TAKE48
    Replied on March 8, 2020 at 3:26 AM

    All sorted! Thanks Ashwin