How to remove horizontal padding between date/time fields?

  • IceMelt
    Asked on January 18, 2016 at 5:08 PM

    How to remove horizontal padding between date/time fields in the form below (see screenshot). Thanks!

     

    https://form.jotform.com/60177106767156

    How to remove horizontal padding between date/time fields? Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on January 18, 2016 at 11:23 PM

    Please try injecting the following CSS code to your JotForm to remove the padding between Date, Time and High Temp fields.

    #id_21, #id_22, #id_24 {

    padding-right: 10px !important;

    }

    #id_22, #id_24 {

    padding-left: 10px !important;

    }

    The fields should be displaying as shown below after injecting the CSS code to your form.

    How to remove horizontal padding between date/time fields? Image 1 Screenshot 20

    Hope this information helps! Please get back to us if you need any further assistance. We will be happy to help.