Remove more space at top of form

  • DestinationDelco
    Asked on November 28, 2017 at 10:57 AM

    I'm trying to inject cssto remove even more space at the top of a form. Is there anyway to totally remove the area where the logo would go?

    Here's my form:

    http://www.mediafellowshiphouse.org/spiritaward.php


    Basically I want to remove more space above the line that starts "there are many People...

  • John_Benson
    Replied on November 28, 2017 at 12:21 PM

    Are you referring to the top space of the form in my screenshot?

    1511889498ZSFdf Screenshot 10

    If yes, please add this custom CSS code to your form:

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

    .jotform-form {

    padding-top: 0px !important;

    }

    To inject a custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Here's the result of my test:

    Remove more space at top of form Image 21