How do I increase the Label Width of my questions?

  • Dreamwellness
    Asked on December 31, 2017 at 3:10 AM

    If you look at the New Member Intake Form, when I am editing the form, the questions go all the way to the width of the form. However, when actually completing the form, long questions only have 3 words per line. This only seems to be an issue when I have a background photo. When I am just using the default theme without an image, this doesn't happen.  I am not sure if this feature is found in "Label Width", but if it is, it doesn't seem to help since I have the width set for 775.

    Interestingly, when I don't have the background photo "fixed", it doesn't seem to have this issue. Please let me know how to correct this issue.

    Thanks!

    Brian

    Jotform Thread 1335141 Screenshot
  • TREVON
    Replied on December 31, 2017 at 6:02 AM

    I tested your form and indeed I was able to replicate the issue as you have explained. To fix the issue I injected the CSS code below to the form.

    .form-label.form-label-top {
        width : 98%;
    }
    To inject CSS to your form kindly follow the guide below:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Below is how the form looks when CSS is injected in the form.

    1514718151Inject CSS to form Screenshot 10