How to set the same width for all jotform Text Boxes

  • leadPops28
    Asked on September 26, 2014 at 6:04 PM

    please help me make all fields on step 2 even in length

    http://www.kurtgoetz.com/

    please help me make them all even in length. thank you so much!

  • Mike_T Jotform Support
    Replied on September 26, 2014 at 7:09 PM

    Please try the following injected CSS on your form:

    li#id_23 {
    margin-top: 10px;
    }
    .form-all input,select {
    border: 1px solid #b7bbbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    padding: 5px;
    }
    input {
    width: 225px !important;
    }

    How to set the same width for all jotform Text Boxes Image 1 Screenshot 20

    Where the next CSS will set the width for your jotform Text Boxes input {width: 225px !important; }.

    If you need any further assistance, please let us know.