Remove white space at top of form

  • KathB_OMG
    Asked on December 5, 2017 at 5:14 PM

    Hi, I have tried injecting the css from other threads, and I still have the white padding / space at the top of my forms.  Help needed please :)

    Cheers,

  • John_Benson
    Replied on December 5, 2017 at 7:31 PM

    I am assuming you're referring to all of your forms. 

    For the form (http://www.jotform.co/form/73385586419874): 

    Please add this custom CSS code:

    li#id_1 {

        padding-top: 0px !important;

        margin-top: -15px !important;

    }

    For the form (http://www.jotform.co/form/73384375784874)

    Please add this custom CSS code:

    .form-header-group.hasImage {

        padding-top: 0px !important;

        margin-top: 0px !important;

    }

    Here's a guide on how to add custom CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this information helps. If you're referring to a different form or website, please provide the link so we can investigate it further.

    Thank you.