How do I change the width of hour, minute, and AMPM fields

  • plott
    Asked on December 4, 2016 at 1:45 PM

    I have added a time field to my form, but the hours, minutes, and AMPM values don't show after being selected because the individual fields are too narrow.  How can I resize them?

    My form is at:

    https://form.jotform.com/63363112831953

     

  • jonathan
    Replied on December 4, 2016 at 2:52 PM

    It has to do with the custom CSS codes you have used on your form   https://form.jotform.com/63363112831953  

    Look for this css codes on the form. Look for the width and adjust the number.

     

    .form-dropdown {

        color : #919191 !important;

        font-size : 14px;

        border-radius : 5px;

        height : 35px;

        width : 50px;

        font-family : "Arial",Verdana,Tahoma,sans-serif;

    }

    --

    How do I change the width of hour, minute, and AMPM fields Image 1 Screenshot 20

     

    Let us know if this did not resolve the issue.

    Thanks.