Change width of the dropdown on my form

  • Samlate
    Asked on February 24, 2017 at 12:42 PM

    Hi,

    I would like to change the size of the "Sex" box to the size of the "Nationality" box.

    I tried putting the CSS code, but it didn't work.
    Thank you for your help.

     

    Jotform Thread 1075485 Screenshot
  • Kiran Support Team Lead
    Replied on February 24, 2017 at 1:49 PM

    Please try injecting the following CSS code to your JotForm to change the width of the dropdown box.

    #input_8 {

      width: 175px !important;

    }

    The dropdown should be displaying as shown below after injecting the code above.

    Change width of the dropdown on my form Image 1 Screenshot 20

    Hope this information helps!