Make phone number field full width

  • hollyswanson
    Asked on September 4, 2024 at 11:46 AM

    I want the width of the phone number field to stretch the full width of the form, and stay responsive when the form shrinks or expands. How do I do that?


    Make phone number field full width Image 1 Screenshot 20

  • Jovito JotForm Support
    Replied on September 4, 2024 at 11:58 AM

    Hi Holly,

    Thanks for reaching out to Jotform Support. You can adjust the width of the Phone field using a CSS code. It is easy. Let me show you how:

    1. Copy this CSS code.

    div#cid_71 {
      width: 100% !important;
    }

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

    3. In Styles, paste the CSS code above in the Inject Custom CSS text area.

    Make phone number field full width Image 1 Screenshot 30

    Here is the result:

    Make phone number field full width Image 2 Screenshot 41

    That's it. You can now stretch the field to occupy all the space on your form.

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

Your Answer