Top padding/margin issue

  • BGCraneForms
    Asked on September 4, 2015 at 10:52 AM

    What am I missing? I am trying to eliminate the large amount of space above the start of the form.

     

    http://bgcrane.com/bg-crane-jobs.php

     

    Thank you..

    Jotform Thread 655126 Screenshot
  • Boris
    Replied on September 4, 2015 at 12:43 PM

    There are several elements contributing a little to the top padding and margin, but it can easily be fixed by injecting custom CSS to your form.

    .jotform-form, .form-all {
        padding-top: 0px !important;
    }

    I hope this helps, please let us know if you need further assistance.