How can I correctly align field boxes to be uniform?

  • nmbrown1
    Asked on January 19, 2017 at 10:42 AM

    The field input boxes under contact information (Last name and Phone number) extend out further than all of the other input boxes. This also happens when the form logic opens up the "Who approved this project?" question. How do I get the field boxes to be uniform across all fields?

    Jotform Thread 1039548 Screenshot
  • Jan
    Replied on January 19, 2017 at 11:58 AM

    Please insert the CSS code below to your form in order to align the fields:

    .form-input {
    max-width: 565px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    How can I correctly align field boxes to be uniform? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • nmbrown1
    Replied on January 19, 2017 at 12:10 PM

    Yes. It worked. 

     

    Thanks

  • Jan
    Replied on January 19, 2017 at 1:00 PM

    Glad to hear that. Thank you for letting us know that the issue is now resolved. Let us know if you need further help. Have a great one!