Format - How to add custom Edits and Spacing

  • RogerYelvington01
    Asked on April 16, 2014 at 3:11 PM

    Hello!  I need to remove white space and adjustment to field layout- attached:

     

    http://form.jotformpro.com/form/40964807610961

     

    Thank you,

     

    Roger

    Jotform Thread 363593 Screenshot
  • Mike_T Jotform Support
    Replied on April 16, 2014 at 5:12 PM

    Thank you for creating this new thread.

    Please inject the following CSS code to the form:

    /* Decrease empty space */
    .form-all, .form-image {
    padding-top: 0;
    }
    .form-line {
    margin-top: 0;
    margin-bottom: 0;
    }
    .form-html p {
    margin-bottom: 0;
    }
    /* Line up with the image */
    #id_4, #id_8 {
    padding-left: 55px;
    }

    Note, that your image has a white border, so if you want to decrease more space it might be worth editing the image.

    Format   How to add custom Edits and Spacing Image 1 Screenshot 20