How to increase the line height of the texts in Text Field?

  • yvonneshum
    Asked on July 21, 2014 at 2:23 AM

    I have written a paragraph in the text box, but the spacing between the lines are too small, can someone please teach me how to make the space larger?

    thanks so much

  • Welvin Support Team Lead
    Replied on July 21, 2014 at 5:47 AM

    Hi,

    I think you're referring to the Free Text HTML field, this field:

    How to increase the line height of the texts in Text Field? Image 1 Screenshot 20

    If yes, just simply inject the following custom CSS codes to your form:

    div#text_11 {

    line-height: 20px;

    }

     

    Change 20px to a bigger value if you want to increase the height. Inject the codes by following this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.

    Thanks