How do I reduce text box padding?

  • fhpw
    Asked on April 28, 2015 at 11:47 PM

    The text fields I have in red have a lot of padding. I attempted to reduce it through designer but was unsuccessful.  What CSS inject do I need to use to reduce the padding and vertical spacing between the text box and form fields?  

    Form link: https://secure.jotformpro.com/form/51174046122949

     

    Thanks,

     

  • jonathan
    Replied on April 29, 2015 at 3:57 AM

    Please try using this CSS code instead

    .form-line.form-line-column.form-col-1.form-line-column-clear {

        padding : 0px;

    }

    How do I reduce text box padding? Image 1 Screenshot 20

     

    Let us know how it goes.

    Thanks.