The question labels on my form all go to two lines despite not being very long

  • 360Payments
    Asked on June 7, 2017 at 1:18 PM

    Hello!

     

    Many of the questions on my form go to two lines of text even though there is plenty of room to the right on the first line. It's like something is telling them to break to the next line, but I don't know what. Everything looks great on the backend (see screenshot) but the problem shows up on the front end (see URL). Is there any way to fix this? Thanks!

    Jotform Thread 1166412 Screenshot
  • Kevin Support Team Lead
    Replied on June 7, 2017 at 2:13 PM

    Please, inject the following CSS code to your form in order to display properly the fields labels: 

    .form-label {

        width: 100% !important;

    }

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

    Hope this helps.