How do I change the width of the drop down on the inventory widget?

  • redstart
    Asked on August 5, 2018 at 3:35 PM

    I'm using an inventory widget and the width of the drop down is so small you can't even see the numbers.  How do I increase the width of the drop down?

    Here's a screenshot to show you what I mean... https://goo.gl/7tSQqe

    Jotform Thread 1545176 Screenshot
  • Mike_G JotForm Support
    Replied on August 5, 2018 at 3:59 PM

    I checked your form on my end and I didn't get the same issue that you showed us in your screenshot.

    If you want to increase the width of the drop-down on the Inventory widget, please inject the following codes to the widget's CSS tab — How-to-Inject-CSS-Codes-to-Widgets

    select {

        width: 100px !important;

    }

    1533499161t15 58 26 Screenshot 10

    I hope this helps. If you have other questions or concerns, please do not hesitate to let us know.