Fix width of configurable list please

  • hr587
    Asked on December 15, 2015 at 6:29 PM

    Can you please make the width of the configurable list in this form stay within the width of the form?

    Can you please make the font of the list labels match the design of the rest of the form please (color, font etc.)?

    Thank you.

  • Chriistian Jotform Support
    Replied on December 16, 2015 at 1:04 AM

    Hi,

     

    To change the font color of the header text in your configurable list widget, you can add the following CSS code in the widget.

    #list {

        color: #424242;

    }

    Fix width of configurable list please Image 1 Screenshot 20

     

    Regarding on the adjustment of the width of your form, I am currently checking this. I will get back to you as soon as I get the custom CSS code for this.

     

    Regards.

     

  • Chriistian Jotform Support
    Replied on December 16, 2015 at 1:11 AM

    Hi,

     

    Please try to add this custom CSS code in the widget to adjust the width of your configurable widget.

    input[type=text] {

        width: 80px !important;

    }

     

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