Unable to wrap sub-labels in my form.

  • cmsacomms
    Asked on February 2, 2015 at 8:38 PM

    Hi, just trying to text wrap sub-labels in my form so they fit neatly under the field box above. Unfortunately, my injected CSS entered at the end isn't doing anything. Perhaps it is something to do with CSS (I created this using the designer) at the beginning?

     

    I have entered

    .form-sub-label {

    max-width : 150px;

    }

     

     

    Jotform Thread 508555 Screenshot
  • Ashwin JotForm Support
    Replied on February 3, 2015 at 2:03 AM

    Hello cmsacomms,

    I did check your form and it seems you have resoled this issue already. The sub-label is being displayed correctly. Please check the screenshot below:

    Unable to wrap sub labels in my form Screenshot 20

     

    If you want the width of the labels to be increase a bit, you should inject the following custom css code in form :

    .form-sub-label {

    max-width: 290px !important;

    }

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!