Field Label margin are all aligned to Left only

  • sherilee
    Asked on January 19, 2016 at 4:34 PM

    Can you tell me why the margin is crushing my info on the left hand side instead of spreading the width of the page?  The problem is located on the placenta order form

    Jotform Thread 749623 Screenshot
  • jonathan
    Replied on January 19, 2016 at 6:37 PM

    Using the Form Designer, please add this CSS codes to your jotform 

     

    .form-label {

        width:100% !important;

    }

     

    Field Label margin are all aligned to Left only Image 1 Screenshot 20

     

    this should properly expand the label names of the fields.

    Let us know if this did not work for you.

    Thanks.