Increasing the width of a field

  • b.m.ezzat
    Asked on October 3, 2016 at 3:09 AM

    Dears

    in my form when i set the checkout date to be read only field, i see that the year box becomes very narrow and data inside not appearing

     

    Increasing the width of a field Image 1 Screenshot 20

  • John_Benson
    Replied on October 3, 2016 at 5:18 AM

    Please add this custom CSS code to your form.

    input#year_388 { 

        width: 70px !important;

    Here's a guide how to inject custom CSS code: 

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

    If you need further help, let us know.