How to remove the blank space at the bottom of form?

  • robertatlasmarketing
    Asked on September 7, 2015 at 2:53 AM

    Hi, Support. 

     

    We have a question on how to make our forms more condensed. Can example is here: http://screencast.com/t/ZoLgTO9c1

     

    We are looking to get the button right snug up against the button. Here is site that the form is on: http://www.carpetstretchingindianapolis.com/contact/

     

    Thanks for your help!

     

    -Ryan  

  • Ashwin JotForm Support
    Replied on September 7, 2015 at 6:34 AM

    Hello Ryan,

    I did check your webpage where you have embedded your form and I am able to replicate the issue you are having. 

    The issue is because of the height of the background image of your form. Since the height of the background image is 1235px that is the reason why you see the blank space at the end of the form. 

    To solve this issue, please inject the following custom css code in your form to reduce the height of the form:

    .supernova .form-all, .form-all {

        height: 940px !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!