Adjusting the Spacing around text fields

  • SunbridgeInstitute
    Asked on January 15, 2016 at 2:36 PM

    I have one little place where the spacing around my text field seems just too large, and I'm wondering if it's possible to change it.

    It is the space just under the header: Title Selection

    Thank you if you can help.

  • jonathan
    Replied on January 15, 2016 at 10:15 PM

    Please add this CSS codes on your jotform http://www.jotformpro.com/form/60143546937964 

     

    #cid_226 div.form-header-group {

        padding-bottom : 0px;

    }

    #id_238,#text_238 {

        padding-top : 0px;

    }

    Adjusting the Spacing around text fields Image 1 Screenshot 20

     

    Hope this help. Let us know if there is more we can assist you with.