My labels aren't showing up corrrectly

  • kristalangmartin
    Asked on January 11, 2018 at 12:25 PM

    Hello.  I would like the labels to be as wide as the fillable fields, like 800-900 px on the business clarity guide part 2 jotform.  I've changed the settings in the builder and in the advanced designer, and something seems to be overriding the changes.  Please help. 

    Jotform Thread 1346201 Screenshot
  • Welvin Support Team Lead
    Replied on January 11, 2018 at 1:49 PM

    I've fixed it for you by injecting the following custom CSS codes:

    .form-label-top {

        width: auto !important;

    }

    Note that the label is set to the top too.