Adjusting the form fields padding

  • designfacet
    Asked on May 4, 2015 at 9:36 AM

    I would like to move these two fields closer, there it too much gap between them.

    Please see attached, the left side and right fields. I like the lessens the space between the two.

     

    So you see the white area after size, that is where I want to bring closer the vegetarian classic pizza closer.

     

     

    Jotform Thread 563608 Screenshot
  • Jan
    Replied on May 4, 2015 at 11:25 AM

    I can see that you are not using a table element to properly align this fields, I believe you used the shrink and expand method. You can try to reduce the padding of the fields. Can you please try this custom CSS code:

    .form-line { padding: 12px 12px !important; }

    Here's a guide about inserting CSS on the form. The first 12px is for the top and bottom padding. The 2nd 12px is for the left and right padding. You can adjust the padding values whichever you prefer.

    Hope this works. Thank you.