How can I get rid of all the space at above the logo on my form?

  • kris_zediker
    Asked on April 19, 2024 at 10:24 AM

    Here is the form:

    https://form.jotform.com/240576294034154

    even when I use css in advanced designer to put in a negative position, it only effects the form and not the logo.

  • Neil JotForm Support
    Replied on April 19, 2024 at 10:39 AM

    Hi Kris,

    Thanks for reaching out to Jotform Support. I'm sorry if you're having difficulties with this. You can inject the CSS code below into your form to remove the space on top of the form.

    .hasFormUserAvatar .form-cover-wrapper {
        margin-top: -70px !important;
    }

    Let me walk you through it:

    1. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
    2. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    Here's the result:

    How can I get rid of all the space at above the logo on my form? Image 1 Screenshot 20

    Give it a try and let us know if you need more help.

 
Your Answer