Why is the hidden TImeDate Field alignment displaying incorrectly?

  • Tellmemore
    Asked on May 16, 2016 at 2:52 PM
    And, it the Date/Time field has to be shown, why is the alignment display all out of whack?
  • victor
    Replied on May 16, 2016 at 4:15 PM

    I noticed that you had placed the following CSS code.

    .form-sub-label-container {

        width : 400px !important;

    }

    This is what is causing your date field to be displayed like it is.

    Why is the hidden TImeDate Field alignment displaying incorrectly? Image 1 Screenshot 20

    If you remove this code, the date fields and all other fields will display properly.