Text showing in two lines

  • JFonz
    Asked on April 5, 2019 at 3:02 PM

    How can I make the text show in a single line?
    (please see form page#2)

    Jotform Thread 1784179 Screenshot
  • denis_calin Jotform Support
    Replied on April 5, 2019 at 5:23 PM

    Hi @JFonz!

    If I understand correctly, you would like to move the Long Text Entry field to the bottom, so that the three questions appear in a row? Here is how you can do that:

    1554499351moving fields Screenshot 10


    Please let me know if you have any other questions. Thank you and have a wonderful day!

  • JFonz
    Replied on April 5, 2019 at 6:09 PM

     No. The thing is that in the three lines it shows this:

    PASAPORTE EDUCATIVO
    II

    Las Artes Populares de las
    Américas

    Tarjeta de Crédito (Visa /
    MasterCard)


    Instead of:

    PASAPORTE EDUCATIVO II


    Las Artes Populares de las Américas


    Tarjeta de Crédito (Visa /MasterCard)

  • jherwin
    Replied on April 5, 2019 at 9:52 PM

    Please inject the custom CSS code below to fix the issue:

    .form-radio-item label {
        width : 90%;
    }
    .form-radio-item {
        width : 90%;
    }
    .form-single-column {
        width : 100%;
    }
    .form-label.form-label-top {
        width : 100%;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.

  • JFonz
    Replied on April 6, 2019 at 8:06 AM

    It worked!

    Thank you for your help.