Space At Bottom Different in IE and FF

  • Dannilee
    Asked on August 10, 2015 at 11:21 AM

    Hi

    Please can you advise why I have more space at the end of my form in FF than I do in IE?

    http://form.jotformeu.com/form/52078281520350

    Thanks

    Dee

  • Sammy
    Replied on August 10, 2015 at 1:08 PM

    Inject the following CSS snippet into your form

    .form-submit-button, .form-submit-reset, .form-submit-print
    {
        margin-top: 50px;
    }

    Access the designer mode using the designer button in the form builder

    Space At Bottom Different in IE and FF Image 1 Screenshot 30

    Paste the above snippet into the CSS tab and save the changes

    Space At Bottom Different in IE and FF Image 2 Screenshot 41