Delete header/footer

  • jetsetguys
    Asked on October 3, 2015 at 5:29 PM

    My form currently has a large header/footer at the type of the bottom that I cannot figure out how to delete. Please visit link below and give me direction if possible. Thank you!

     

    https://secure.jotform.us/jetsetguys/password-request

  • BJoanna
    Replied on October 4, 2015 at 5:19 AM

    Are you referring to this part of your form?

    Delete header/footer Image 1 Screenshot 30

    You can remove it by Inject this custom CSS codes to your form:

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

    .jotform-form {

         padding:  0px!important;

    }

    }

    Guide: How to Inject Custom CSS Codes

    After you add this code your form will look like this.

    Delete header/footer Image 2 Screenshot 41

    Here is my demo form: http://form.jotformpro.com/form/52762567162965?. Feel free to clone it.

    If you want to remove some other parts of your form please provide us a screenshot of parts that you want to remove.

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