Date Picker with Time - Calendar Popup should be next to the Date Picker, not the Time

  • lritter
    Asked on August 26, 2019 at 4:44 PM

    I'm using the Date Picker with Time. I also opted to include the Calendar Popup. However, the Calendar Popup appears on the right side of the Time vs next to the Date Picker. Can this be fixed?

  • VincentJay
    Replied on August 26, 2019 at 6:00 PM

    Are you referring to the calendar icon?

    1566856597vxcgsd Screenshot 10

    Do you want to move it on the same position beside the Date? 

    If yes, please let us know so we can try to create a custom CSS code. If I misunderstood your question, let us know too. 


  • lritter
    Replied on August 27, 2019 at 8:31 AM

    Here is where I would like it, ideally. If not, to the left where you show it in your screen shot.

    1566909084screen shot Screenshot 10

  • AndrewHag
    Replied on August 27, 2019 at 10:22 AM

    It seems you are modifying the form at the moment and removed the date and time field. If you still need assistance, please try the code below:

    div#calendar_64.calendar.popup{

      position: absolute;

      left: 220px !important;

      top: 1069px !important;

    }

    If that doesn't work, please add the field back to the form and let us so we can provide the code accordingly.