How to get rid of the empty space at the top?

  • sbrais
    Asked on November 26, 2020 at 4:31 PM

    Hello,

    I used the Default theme for my form. I like the look I gave it, but for one thing. I can't make te space at the top dissipera or even be the same size as the sides. See image showing the large empty space created by the form at the top. Can you help me?


    Because of Recaptcha issues, you team has asked me to use the iframe method to place this forme on a wordpress site.

    1606426204 5fc01e5ce9619  Screenshot 10

  • jonathan
    Replied on November 26, 2020 at 4:58 PM

    I have injected the following custom CSS codes on your form.

    div.form-all {
        margin: 10px auto !important;
    }

    it should minimized the top margin of the form to 10px only.

    1606427636 5fc023f46b408 zzz 2020 11 27 Screenshot 10

    Please check in your website if the changed took effect.

    I could not check on my end because the form was not shown when I checked on your website.

    1606427920 5fc025105ef8b zzz 2020 11 27 Screenshot 21

    Let us know how it goes.



  • sbrais
    Replied on November 27, 2020 at 9:17 AM

    The css injection has done it.

    Thank you