how to resize width for dropdown in configurable list?

  • finance@cfchome.org
    Asked on August 12, 2015 at 12:39 PM
  • David JotForm Support
    Replied on August 12, 2015 at 2:24 PM

    Hi,

    Add this code in the custom CSS section of the widget:

    td.col3 select {

    width:200px;

    }

    how to resize width for dropdown in configurable list? Image 1 Screenshot 20

    Adjust the value to your liking.

    Very close to what you had there currently.

    Here is what it looks like with the CSS added:

    http://support.jotform.com/form/52235783221956

    If you have any further questions, let us know and we will be happy to help.