Field Width

  • CNSTradingLtd
    Asked on November 26, 2016 at 1:34 PM

    Why can't I change the width of the fields on this form.

    I would like Postcode to be 10 wide but it does not change.

    Thanks

    Robert

     

  • Support_Management Jotform Support
    Replied on November 26, 2016 at 4:44 PM

    Hey Robert, try injecting the following CSS codes to your form:

    #input_7 {

       width: 120px !important;

    }

    Here's how/where you can place them:

    Field Width Image 1 Screenshot 30

    Related guide: How-to-Inject-Custom-CSS-Codes

    RESULT:

    Field Width Image 2 Screenshot 41

  • CNSTradingLtd
    Replied on November 27, 2016 at 1:05 PM

    Many thanks

    Works fine.