Time fields display

  • cityofkingston
    Asked on July 14, 2021 at 10:07 AM

    Is there a way to increase the width of the time fields to ensure the values are visible to the user both before and after they are selected?

    1626271610 60eeef7aefb38 screenshot www Screenshot 10

  • Andrew Manager of Enterprise Frontline Support
    Replied on July 14, 2021 at 1:53 PM

    Hello there,

    Thank you for reaching out to JotForm Support! Please try adding the CSS snippet below to your form, and let us know if any additional adjustments are needed:

       #input_23_hourSelect, #input_23_hourSelectRange, #input_23_minuteSelect, #input_23_ampm, #input_23_minuteSelectRange, #input_23_ampmRange, #label_23{min-width: 90px !important;
            padding-right:10px;
            padding-left:10px;
          }
          #id_23{min-height: 200px;}
          #until_23{position:absolute;
          left:20px;}


    User Guide- https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Thank you!