How to wrap text of Sub label?

  • DisruptiveMED
    Asked on July 20, 2017 at 12:30 PM

    On this form, our sub text is running off of the page. How do we fix this or can you simply do so?

     

    Thanks for your time and efforts!

     

    Jotform Thread 1204191 Screenshot
  • Ashwin JotForm Support
    Replied on July 20, 2017 at 2:47 PM

    Hello DisruptiveMED,

    I have fixed this issue of your form by injecting the following custom css code in form:

    .form-sub-label-container {

        white-space: normal !important;

    }

    Do test your form and get back to us if you need any other changes.

    Thank you!