How can I reduce top padding of the form?

  • TRXBrasil
    Asked on January 22, 2015 at 2:39 PM
  • Mike
    Replied on January 22, 2015 at 4:45 PM

    Thank you for contacting us.

    The following CSS has been added to your form in order to decrease the top padding.

    @media screen and (min-width: 1024px) {

    .jotform-form {

    padding-top: 0;

    }

    }

    @media screen and (max-width: 1024px) and (min-width: 768px) {

    .jotform-form {

    padding-top: 0;

    }

    }

    How can I reduce top padding of the form? Image 1 Screenshot 20

    If you need any further assistance, please let us know.