Date fields are too narrow

  • rtolmach
    Asked on January 14, 2018 at 11:08 PM

    Hi


    https://form.jotform.com/73649163484163


    The date fields are very narrow (too narrow to see the dates), despite the form being wide enough to let them be wider.


    1515989269date width Screenshot 10


    thanks!

  • Ardian_L
    Replied on January 15, 2018 at 5:59 AM

    Please put this CSS Code in Custom CSS Area:

    [data-type="control_datetime"] .form-sub-label-container {

        width: 80% !important;

    }

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

        width: 4% !important;

    }

    Please check the link below on how to inject Custom CSS

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any other question.