How can I make the labels appear in one line?

  • ellingtonhall
    Asked on August 10, 2017 at 3:14 PM

    How can I make the labels appear in one line? Image 1 Screenshot 30

    Form-Taking mode^

    How can I make the labels appear in one line? Image 2 Screenshot 41

    Editing mode^

  • Support_Management Jotform Support
    Replied on August 10, 2017 at 3:52 PM

    The labels were rendered that way due to its constrained width. To fix it, inject the following CSS Code to your Form Builder:

    .form-label {

        width: 100% !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes