How to adjust the width for the hour field

  • mberman
    Asked on March 14, 2018 at 11:39 AM

    as I do to leave a larger space in the field of hours and minutes because they are shuffled and very close when we put to simulate the form

    Jotform Thread 1414825 Screenshot
  • aubreybourke
    Replied on March 14, 2018 at 12:42 PM

    Please add this CSS to the end of what you already have:

    #cid_14 span.form-sub-label-container {
        width : 43px !important;
    }

    #cid_14 span.allowTime-container {
        width : 100px !important;
    }

    It should look like this:

    1521045751pythx Screenshot 10