Wrap Question Title Text

  • kristinrohrer
    Asked on October 22, 2019 at 3:17 PM

    How can I wrap this question title?1571771802Wrap title text Screenshot 10 

  • Ivaylo JotForm Support
    Replied on October 22, 2019 at 4:50 PM

    What exactly do you need to do? Do you need the entire question to be on a single line?

    I would suggest you to please explain your question a bit more in detail and we will try to help you.

    We will wait for your response.

  • kristinrohrer
    Replied on October 22, 2019 at 4:54 PM

    I want it to look like this: 


    How many plant personnel can you

    assign to work full-time with our Field

    Engineer during the inspection?

    o   1

    o   2

    o   3

    o   4

    o   5+

    1571777676question alignment Screenshot 10

  • Ivaylo JotForm Support
    Replied on October 22, 2019 at 5:57 PM

    You can use a Text field for the title. So, you will be able to adjust the title and place it on three lines.

    Then you should delete the title of the Single Choice field and use CSS code to move the options of the Single Choice closer to the Text field (which is the title). You should use the following CSS code:

    #id_116 {

    margin-top : -50px;

    }

    You can test my form and clone it from here:

    https://form.jotform.com/92946691717977

    Please give it a try and let us know, if it works for you.

    We will wait for your response.


  • kristinrohrer
    Replied on October 23, 2019 at 8:58 AM

    is there any CSS code that I can apply to the question title itself? rather than adding a whole new field?

  • Richie JotForm Support
    Replied on October 23, 2019 at 9:18 AM

    What we can do is apply a width CSS in your question.

    #label_116{
    width:260px;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes