Configuarable List: Change the width of the fields.

  • janicehales
    Asked on September 30, 2014 at 10:21 PM

    Hi can you advise me how to make the list boxes in the first two columns wider and increase the spacing between each column so they aren't so close

     

    Thank you

    Janice

  • Ashwin JotForm Support
    Replied on October 1, 2014 at 12:50 AM

    Hello Janice,

    Please add the following custom css code in the widget to increase the height and width of the text area field you have in your configurable list widget: and also increase the spacing as well

    textarea {

    width: 180px;

    height: 40px;

    margin-right: 10px;

    }

    Change the px values in the above css as per your need.

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • janicehales
    Replied on October 1, 2014 at 1:11 AM

    Thank you that worked