Increasing the width of the label

  • cultad
    Asked on April 17, 2015 at 9:59 AM
    2. Is there a way to add more room for the questions column on any field? See below. I am able to adjust the answer field but I would like to have more room on the questions field. Thanks.
  • Jan
    Replied on April 17, 2015 at 10:07 AM

    Hi there,

    You can increase the width of the label/ question by adding custom CSS code. Here's the code:

    .form-label-left { width: 220px !important; }

    Here's a guide on how to inject custom css. You can increase the width more if you like, just change the value 220px.

    Hope this works. Thank you!