How do I remove the white space from the top and bottom of my form?

  • dros0120
    Asked on May 14, 2015 at 2:47 PM
    2. How do I remove the white from the top and bottom of the form?
  • jonathan
    Replied on May 14, 2015 at 3:37 PM

    Hi,

    In your jotform  http://www.jotformpro.com/form/51332314672953

    make the adjustment to the injected CSS code on the form and make it like this

    .form-all {

        background-color : #000000;

        margin-top : -40px;

        margin-bottom : -40px;

        padding-top : 26px !important;

    }

    How do I remove the white space from the top and bottom of my form? Image 1 Screenshot 20

     

    this will reduce the top-bottom margin on the form.

    Hope this help. Let us know if you need further assistance.

    Thanks.