How to make the Text field width smaller?

  • dlsnelson
    Asked on April 5, 2018 at 4:20 PM

    3.  The first text box is HUGE when previewing and printing.  How can we make that smaller?

  • Jed_C
    Replied on April 5, 2018 at 4:57 PM

    You can inject the CSS code below to make the Text field a bit smaller.

    #input_90{

      width: 687px !important;

    }

    Here the guide on how to inject CSS into your form — https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Let us know if you have any questions or if you need further assistance.