On my form, the text of the questions looks like I've set it to "shrink" when I haven't

  • waldensecurity
    Asked on March 16, 2017 at 5:06 PM
    Jotform Thread 1093888 Screenshot
  • Mike
    Replied on March 16, 2017 at 8:24 PM

    I have changed the label alignment to the right and then back to the top. The issue seems to be fixed.

    On my form, the text of the questions looks like Ive set it to shrink when I havent Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • waldensecurity
    Replied on March 17, 2017 at 9:49 AM

    It does fix the issue temporarily.  Whenever I go to the advanced designer and make any change, it reverts back to "shrinking" the question boxes.

  • John_Benson
    Replied on March 17, 2017 at 1:09 PM

    To fix the issue in the Advanced Form Designer, please add this custom CSS code:

    .form-label.form-label-top { 

        width : 100% !important; 

    Here's a guide on: How-to-Inject-Custom-CSS-Codes.

    Result: 

    On my form, the text of the questions looks like Ive set it to shrink when I havent Image 1 Screenshot 20

    If you need further help, please contact us again. Thank you.

  • waldensecurity
    Replied on March 17, 2017 at 2:28 PM

    This worked.  Thanks.