How can I increase the width of my text label?

  • snicholson
    Asked on March 29, 2016 at 6:48 PM
  • Chriistian Jotform Support
    Replied on March 30, 2016 at 12:18 AM

    If you want to increase the width of the text label of this form, simply inject the css below:

    .form-label {

        width: 300px!important;

    }

    You can change the yellow highlighted text to your preferred value. To inject the css, simply follow this guide: How to Inject Custom CSS Codes

    How can I increase the width of my text label? Image 1 Screenshot 20

    You can also check out this cloned form where I applied the css: https://form.jotform.com/60890798560974 

    If you need further assistance, do let us know.
    Regards.