How can i set the width of my dropdown element?

  • richsealfitcom
    Asked on April 19, 2017 at 4:13 PM

    Hi there,

    On my form titled "SEALFIT Event Application & Health Assessment Form" there is a field called "Select One or More Training Programs".

     

    When i click on properties, I see that I can set the width under options. I have set it to 400 but the width is not being affected on the live form.

    https://form.jotform.us/71074517267155

     

    Can you help me solve this?

    I would like my users to be able to read the entire name of the selections.

    Rich

     

     

    Jotform Thread 1123628 Screenshot
  • jonathan
    Replied on April 19, 2017 at 6:51 PM

    Please try adding this CSS codes on your form.

    div#cid_24 {

        width: 400px;

    }

    Result:

    How can i set the width of my dropdown element? Image 1 Screenshot 20

     

    User guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes