Configurable list - change label size and dropdown boxes.

  • rayjay01
    Asked on October 18, 2014 at 5:24 PM

    I have tried a number of different of different CSS formats, however I am unable to achieve what I need.

    Is it possible to change the size of the label text, above the field options? As it goes onto a new line which looks quite jumbled up.

    I have also tried to extend the length of dropdown box 3, however I can only seem to increase the space, not the actual dropdown box?

    Thanks for your time.

  • Kiran Support Team Lead
    Replied on October 18, 2014 at 10:52 PM

    Hello,

    Please add the following CSS code to Custom CSS code section inside Configurable list.

    th {

    font-size : 20px;

    }

     

    td.col3 select {

    width:200px;

    }

    Configurable list   change label size and dropdown boxes Screenshot 30

    You can change the values as per your requirement. After adding the code, the list is displayed on the JotForm as below :

    Configurable list   change label size and dropdown boxes Screenshot 41

    Please get back to us if you need further assistance. We will be happy to help.