How to left-align sub label?

  • COE_Dean
    Asked on October 26, 2015 at 2:17 PM

    I have one sub label that will not left justify. It appears that it is right justified though I cannot find a reason for it.

    My form is located at https://form.jotform.com/52506635428962. The sub label in question is the one for the financial need statement.

     

    Any assistance would be greatly appreciated.

    Thanks.

    Matt

     

     

    Jotform Thread 690265 Screenshot
  • Mike_G JotForm Support
    Replied on October 26, 2015 at 4:09 PM

    You can add this CSS codes to your form using this guide: How-to-Inject-Custom-CSS-Codes

    .form-textarea-limit-indicator{

    text-align: left !important;

    width: 560px !important;

    }

    Here's the form I used for testing: https://form.jotform.com/52986284308971

    Please feel free to clone it if needed. 

    I hope this helps. If you need any further assistance. Please let us know. Thank you.

    Thank you.