How to change the popup calendar location

  • plungefetish1
    Asked on August 20, 2019 at 8:33 PM

    The icons for my pop up calendars appear on top of the field to the immediate right. 

    How can I move them and where can I move them? 

    https://form.jotform.com/plungefetish1/plunge-registration-form

    Jotform Thread 1934156 Screenshot
  • Kevin Support Team Lead
    Replied on August 20, 2019 at 10:38 PM

    Please try injecting this code to correct the calendar issue: 

    [data-type="control_datetime"] span.form-sub-label-container:last-child {

        right: -25%;

        position: absolute;

        

    }



    [data-type="control_datetime"] .allowTime-container span.form-sub-label-container:last-child{

        position: initial;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.