How to make label show in one line?

  • CTec
    Asked on June 23, 2017 at 7:15 AM

    Hi

    Can the second line of a radio button label have the same as the first line?

    Please see image.

    Thanks

     

    Jotform Thread 1181639 Screenshot
  • Nik_C
    Replied on June 23, 2017 at 9:40 AM

    Please copy and paste the below CSS in your Custom CSS Field of the form:

    #label_input_6_7 {
        width: 521px!important;
    }

    It should make your form look like this:

    How to make label show in one line? Image 1 Screenshot 20

    Please let us know if that worked for you.

    Thank you!

     

  • CTec
    Replied on June 23, 2017 at 10:32 AM

    Hi Nik

    Thanks for your reply.

    I think you've (understandably) misunderstood my very poorly worded question.

    If you look at the list of questions, alongside the radio buttons, you will notice that some of them run on to a second line. What, I want, is the text on the second line to have the same indentation as the first line - which obviously has the radio button indenting it.

    I hope that makes sense.

    Thanks.

  • Sven
    Replied on June 23, 2017 at 11:39 AM

    Unfortunately that's not possible to do that, as we can't alter only certain parts of the texts. What you can do is increase the width of the fields so the text can appear in one line as my colleague mentioned above.

  • CTec
    Replied on June 26, 2017 at 4:02 AM

    Thanks Sven

    I assumed the radio buttons had been displayed as an unordered list - I believe previous versions of Jotform did this.

    Thanks.

  • Nik_C
    Replied on June 26, 2017 at 4:31 AM

    The theme is actually affecting how the radio buttons are shown, if the theme is removed, for example, then it will show like this:

    How to make label show in one line? Image 1 Screenshot 20

    And then it can be adjusted with CSS.

    So I'm afraid that the only way is to have them in one line like I showed above.

    If you have any further questions please let us know.

    Thank you!

  • CTec
    Replied on June 27, 2017 at 6:14 AM

    Thanks. That's cleared that up.