How can I fix the width of the first date field on page 1?

  • chriscate
    Asked on August 31, 2019 at 12:09 AM

    How can I fix the first date on page 1?

    I have shrunk the question but i need to see the full date.

    Thank you so much for your help.

  • Mike_G JotForm Support
    Replied on August 31, 2019 at 12:25 AM

    To fix the issue, please inject the following CSS codes to your form.

    #cid_5 .form-sub-label-container {

        width: 100% !important;

    }

    1567225393zt00 22 Screenshot 10

    Reference Guide: How-to-Inject-Custom-CSS-Codes


    I hope this helps. If you have other questions or concerns, please do not hesitate to let us know.

  • chriscate
    Replied on September 4, 2019 at 11:23 PM

    Thank you kindly!