How do I eliminate the space above my form

  • paypal654
    Asked on July 6, 2015 at 3:44 PM

    Once I embed my form, there is a gap above it. 

  • Mike
    Replied on July 6, 2015 at 4:46 PM

    Thank you for contacting us.

    Please try injecting the next CSS to your form in order to decrease the top padding from 60 to 20 pixels.

    @media screen and (max-width: 1024px) and (min-width: 768px) {
    .jotform-form {
    padding-top: 20px;
    }
    }

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