How to make all the name fields the same size?

  • rsvpkevin
    Asked on February 1, 2018 at 3:01 PM

    Hello

    I am trying to make 3 boxes in a row on my form.

    I succeeded in using the name field and resizing the boxes to all be equal with CSS code.  But when I click "preview the form" the boxes return to the original size. 

        

  • Adrian
    Replied on February 1, 2018 at 4:05 PM

     I suggest you remove all that CSS and replace it with this:

    .form-textbox {

      width: 150px !important;

    }

    Here how it looks in preview:

    1517519098Best of Riverside Screenshot 10

    Form URL: https://form.jotform.com/80315900863959

    Let us know if you need further assistance.