Align fields to match other field

  • art_crate
    Asked on June 21, 2016 at 2:54 AM

    Hello, 

    I would like to have the name fields match the width of the email field. Please have a look at the screenshot attached

    Jotform Thread 865324 Screenshot
  • liyam
    Replied on June 21, 2016 at 3:56 AM

    Hello art_crate,

    You can inject this CSS code in your form:

    #id_143, #id_144 {
    width: 50%;
    }

    If you need to know how to inject CSS into your form, please refer to this user guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thanks.

  • art_crate
    Replied on June 21, 2016 at 3:06 PM

    Perfect! Thank you so much Iiyam!