Fields don't have the same width

  • JPR1963
    Asked on August 12, 2016 at 9:42 AM

    Hi

    I like to have all fields in the same width so as they end on the right side on the same line. (Look at the screenshot. All fields should end on the red line)

    Is this possible?

    Thanks für help

    jp

     

     

    Jotform Thread 904808 Screenshot
  • Jan
    Replied on August 12, 2016 at 12:07 PM

    Please insert this custom CSS code in the form:

    #last_3 {
    width: 215px !important;
    }

    #input_4_city {
    width: 430px !important;
    }

    #input_4_postal {
    width: 430px !important;
    }

    If you need a guide on how to insert a CSS on the form, please refer to this guide: How-to-Inject-Custom-CSS-Codes

    Here's a screenshot of the result:

    Fields dont have the same width Image 1 Screenshot 20

    Hope that helps. Thank you.

  • JPR1963
    Replied on August 12, 2016 at 12:21 PM

    Thanks a lot! It works now perfectly!

    Greetings

    jp

  • JPR1963
    Replied on August 12, 2016 at 12:46 PM
    Thanks a lot! It works now perfectly!
    With best regards
    jp
    ...