Change the width of input box

  • Linkmeinguides
    Asked on January 12, 2017 at 2:19 AM

    HI,

    I used Name field in my forms (the field with First name and Last name input boxes) and I want the change the width of them. Can you show me how to do that?

    Thank you.

  • Support_Management Jotform Support
    Replied on January 12, 2017 at 4:59 AM

    You never mentioned which form you're currently working on so I will just assume it's the last one you modified https://www.jotform.com/63541389144459

    To change the width of the Full Name field, try injecting the following CSS Codes:

    #first_152, #last_152 {

       width: 200px;

    }

    (NOTE: Just adjust the width value in px to fit your needs)

    Here's where/how you can insert them:

    Change the width of input box Image 1 Screenshot 30

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

    RESULT:

    Change the width of input box Image 2 Screenshot 41