Undesirable gap when embedding a form in Wordpress

  • JohnFraserScott
    Asked on January 8, 2015 at 10:07 PM

    We have created a bunch of forms that are all embedded on our Wordpress website and for some reason, only one of them (http://fs.marketingtopeople.com/wealth/wealth-creation/wealth-creation-strategies/is-money-working-for-me/ have this large gap that I'd really prefer not to have.

    Can you figure out why that one form doesn't have the gap and all others do?

    Vlad

  • Welvin Support Team Lead
    Replied on January 9, 2015 at 7:19 AM

    Hi Vlad,

    I think that's because of your website container along with the form margin on top. You can fix that by injecting the following custom CSS codes to your form:

    .form-all {

    margin-top: -100px;

    }

    Here's how you can add/inject these codes to your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thank you!