Why does a label stack to the left?

  • LegacySolarCoop
    Asked on October 2, 2016 at 11:41 AM

    One of the labels on my form, in the purchase area, is all stacked to the left. I have tried to "expand" but to no effect.  I'd like it to extend and wrap like a normal sentence. 

    I am referring to the label of the product. See screenshot.

    Jotform Thread 948409 Screenshot
  • Kiran Support Team Lead
    Replied on October 2, 2016 at 3:13 PM

    Since the width of the label is set to 150px it is displaying to the left and fit in the set width. You may increase the width of this label by injecting the following CSS code to your form.

    #label_23 {

    width: 100% !important;

    }

    This is how it should be displaying after injecting the CSS code.

    Why does a label stack to the left? Image 1 Screenshot 20

    Hope this information helps! 

  • LegacySolarCoop
    Replied on October 2, 2016 at 11:41 PM

    Thank you!

  • Mike_G JotForm Support
    Replied on October 3, 2016 at 12:59 AM

    On behalf of my colleague, Kiran, you're most welcome.

    Please feel free to contact us anytime if you have any questions or concerns. 

    Thank you.