Make the form fields wider on my form

  • Ameriabank_CJSC
    Asked on September 17, 2024 at 6:10 AM

    HI. I am trying to make this fields longer with it doesn't get longer after I put the width 600px.

    What is the problem?


    Make the form fields wider on my form Image 1 Screenshot 20

  • Jovito JotForm Support
    Replied on September 17, 2024 at 8:09 AM
    1. Hi Ameriabank CJSC,

    Thanks for reaching out to Jotform Support. I checked your form, and it seems that your fields are still not widen after changing the field's width. If you want to make the fields wider, you can use a CSS code for that. Let me show you how:

    1. Copy this CSS code.

    .fixed-width .form-textbox {
      max-width: none !important;
    }

    2. In Jotform Builder, click the blue paintbrush icon to open Form Designer.

    3. Under Styles, scroll down and look for the Inject Custom CSS text area.

    4. Paste the CSS code above.

    Make the form fields wider on my form Image 1 Screenshot 30

    Here is the result after applying the CSS code:

    Make the form fields wider on my form Image 2 Screenshot 41

    That's it. The form fields appear wider now.

    Give it a try and let us know how it goes.

Your Answer