Remove white space at the top and bottom of the form

  • michelle8432
    Asked on October 15, 2015 at 1:19 AM

    2) How do we get rid of so much white space at the top and bottom of the form?

    http://www.jotform.us/form/52856311791156

    After the headline at the top and this part - I am joyfully a part of the Mom Mogul Success Society 2015/2016.

  • Chriistian Jotform Support
    Replied on October 15, 2015 at 2:04 AM

    Hi,

     

    You can try to add this custom CSS code in your form to reduce white space at the top and bottom of the form.

    .form-all {

        padding-top: 0px !important;

        padding-bottom: 0px !important;

    }

    .form-line {

        padding-top: 0px !important;

        padding-bottom: 0px !important;

        margin-top:0px !important;

        margin-bottom:0px !important;

    }

     

    To add/inject custom CSS code in your form, just follow the instruction provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.