Date and time - change width

  • Kailash108
    Asked on April 28, 2015 at 2:21 PM

    How come the word "at" is not displayed and the boxes for the time are too small?

    How can I make them bigger?

    If I try it in an empty form it will display correctly, but not in my form.

    Date and time   change width Image 1 Screenshot 20

  • David JotForm Support
    Replied on April 28, 2015 at 4:00 PM

    Hi,

    I checked your form and the date fields are indeed shrunk a bit too far.  I believe this is due to the form trying to place both on a single line.  In any case if you would like to extend that portion, you can add this code to you form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-sub-label-container div {
        width : 200px;
    }

    That should increase the viewable portion of the field.

    If it does not produce the desired affect, let us know and we will be happy to see what else we can do.