Correct the total width of a specific Drop-down Select Boxes

  • eridamega
    Asked on February 17, 2017 at 7:26 AM

    Hi,

    How to correct the total width of a specific Drop-down Select Boxes without affecting the others?

    Correct the total width of a specific Drop down Select Boxes Image 1 Screenshot 20

    Thank you 

    https://form.jotformz.com/70370538955665

  • Chriistian Jotform Support
    Replied on February 17, 2017 at 9:20 AM

    You can adjust the width of the Color field by adding this custom CSS code to your form.

    li#id_145 {

        width: 110px;

    }

    Correct the total width of a specific Drop down Select Boxes Image 1 Screenshot 20

    To inject custom CSS code, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.