Adjust the width of each text area in the configurable list

  • JaredEspeleta
    Asked on October 17, 2017 at 2:21 AM

    Dear Jotform support team,

    I have a configurable list widget as shown below.

    I want top further increase the height and width of each text area,


    appreciate if you can help me for the CSS code.

  • BJoanna
    Replied on October 17, 2017 at 3:36 AM

    Add this CSS code to the Configurable List widget Custom CSS field:

    textarea {

        width: 200px;

        height: 150px;

    }

    You can change the width and height values. 

    1508225597configurable Screenshot 10

    Here is my demo form: https://form.jotform.com/72891601453962 

    Feel free to test it and clone it

    Let us know if you need further assistance.