Set label width

  • CASNR
    Asked on April 26, 2016 at 4:28 PM

    I have a form at https://form.jotform.com/CASNR/kleis

    I am trying to set the label width so the text goes all the way across the top of each box, but no matter what I set it to in the label width option or css, it displays at 350px. I cannot get it to update and cannot find the error.

  • jonathan
    Replied on April 26, 2016 at 9:28 PM

    In the CSS code, please add the word !important .

    Like this...

    .form-label.form-label-top {

        width: 550px !important;

    }

     

    Set label width Image 1 Screenshot 20

     

    Let us know if this did not work.

    Thanks.