How do I make the margins wider for labels/questions

  • rumcomarketing
    Asked on May 17, 2017 at 6:20 PM

    How do I make my questions/"labels" stretch to the width of the form??? 

    In the attached image you'll see that some of the questions do not stretch the width of the form. But then some of them do stretch... 

    I want all of the form questions to stretch. 

     

    Jotform Thread 1147648 Screenshot
  • Elton Support Team Lead
    Replied on May 17, 2017 at 7:37 PM

    To expand the labels, inject the following CSS code to your form.

    .form-label {

    width: 100% !important;

    }

    Guide on how to inject CSS codes to your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    As a result:

    How do I make the margins wider for labels/questions Image 1 Screenshot 20

    Hope this helps!