How do I move the unit/apt # field to the same line as the Address Field?

  • j21frye
    Asked on May 15, 2018 at 4:36 PM

    I had it formatted correctly before,  but all of the sudden it changed on me. 


    1526416503Capturehomey jotform q Screenshot 10

  • Adrian
    Replied on May 15, 2018 at 5:57 PM

    Please inject the following custom CSS to your form to show the fields in the same row.

    li#id_4 {
      width: 75%;
      box-sizing: border-box;
    }

    li#id_6 {
      width: 25%;
      box-sizing: border-box;
    }

    (How-to-Inject-Custom-CSS-Codes)


    Result:

    How do I move the unit/apt # field to the same line as the Address Field? Image 10

  • j21frye
    Replied on May 15, 2018 at 7:09 PM

    Thanks.

    Is there a way to add CSS to make it look better on mobile devices?

     

    How do I move the unit/apt # field to the same line as the Address Field? Image 10

  • Jan
    Replied on May 15, 2018 at 9:14 PM

    I created a separate thread for your next question. Please wait for our reply on this thread: https://www.jotform.com/answers/1473594.

    Thank you.