How can I change the width of the dropdown?

  • 121mcv
    Asked on April 8, 2016 at 9:46 AM

    Hi, I need to widen the drop down window as it cutting the end off some of the options. I have adjusted the width, which appear to do the job in edit mode but on the live form nothing changes.  thanks in advance 

     

    https://form.jotformeu.com/60983127319359

    Jotform Thread 813718 Screenshot
  • mert JotForm UI Developer
    Replied on April 8, 2016 at 11:07 AM

    Hi there,

    Please, use the following CSS codes with the method provided below:

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

     

    #input_8 {
        width: 328px !important;
    }
     
     
    Results can be seen from the below:
     
    How can I change the width of the dropdown? Image 1 Screenshot 20
  • 121mcv
    Replied on April 8, 2016 at 11:14 AM

    your a star :) thank you

  • mert JotForm UI Developer
    Replied on April 8, 2016 at 11:18 AM

    You are most welcome and thank you for your motivating word :) Please, always feel free to ask your questions.

     

    Have a great day.