Can I do something similar to wrap the second line of my questions?

  • menstrom
    Asked on March 27, 2017 at 5:37 PM
    Can I do something similar to wrap the second line of my questions?  So that this:

     

    Can I do something similar to wrap the second line of my questions? Image 1 Screenshot 30

     

    can look like this:

    Can I do something similar to wrap the second line of my questions? Image 2 Screenshot 41

     

    Thanks,

    Marilyn

  • Ian
    Replied on March 27, 2017 at 9:29 PM

    Setting label alignment to top should fix the issue.

    Can I do something similar to wrap the second line of my questions? Image 1 Screenshot 20

  • menstrom
    Replied on March 28, 2017 at 9:00 AM

    Yes, I know that will fix it, but I don't want the label on the top.  I want the options to the right and for the text to be on two lines.  I just would like the second line of text to line up under the first line of text rather than under the number, but I realize that is probably not possible since the number is just part of the text as far as JotForm knows.  I was hoping there was a way to indent the second line of text further over than the first line.

    Thanks,

    Marilyn

  • Kevin Support Team Lead
    Replied on March 28, 2017 at 11:57 AM

    I think injecting the following CSS code will help you to intend the second line of the labels: 

    .form-label {

       text-indent: -17px;

       margin-left: 17px;

    }

    This guide will help you to inject it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Here's the result: https://form.jotformpro.com/70864801338964 

    Can I do something similar to wrap the second line of my questions? Image 1 Screenshot 20

    That code will affect all the labels in your form, please give it  a try and let us know  how it goes. 

  • menstrom
    Replied on March 29, 2017 at 3:14 PM

    Worked like a charm!  Thanks so much!