How can I increase the space between lines?

  • gabrielsalvitti
    Asked on January 25, 2018 at 7:28 AM

    The text lines in my form are too squeezed making it harder to read, I do not seem to find a way to increase the space between the lines of the text. 

    Note that I am not referring to the space between questions but between lines in the text.

  • metehancet
    Replied on January 25, 2018 at 8:49 AM

    You can increase the space between text lines by injecting a custom CSS code. In order to do that go to your Form Designer and click to CSS tab. Or you can simply follow this guide : How-to-Inject-Custom-CSS-Codes

    When you get there, inject the following CSS code : 

    .form-line {

        line-height : 45px;

    }

    You can edit the value as you wish

    Or you can just clone the following form and edit it as you wish : https://form.jotform.com/80243279923965


    You can follow this guide to clone an existing form from a URL : How-to-Clone-an-Existing-Form-from-a-URL

    Please let us know if you need further assistance