Date time field in not aligned correctly in form.

  • robert_mcpherson
    Asked on August 3, 2015 at 1:56 AM

    Hi,

    There is an alignment error in the QuickTools DATE TIME.  The Hour field is below the Minute field and AM/PM field.

    Any chance of a developer doing a quick fix?

     

    Jotform Thread 626474 Screenshot
  • Ashwin JotForm Support
    Replied on August 3, 2015 at 6:26 AM

    Hello robert_mcpherson,

    Please inject the following custom css code in your form and that should solve your problem:

    [data-type="control_datetime"] span[style*="white-space"] > .form-sub-label-container:first-child + .form-sub-label-container {

        margin-top: 0px;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!