How to remove extra space on top of our form?

  • RecyclingMemories
    Asked on January 30, 2019 at 5:50 PM

    We have a form created, but do not need our logo on the top, is there a way to reduce the spacing.  also in the body of our form there is a large space between lines.  I've attached an image for your review.  How can we reduce this spacing?

    Jotform Thread 1718129 Screenshot
  • Jed_C
    Replied on January 30, 2019 at 9:37 PM

    Please try injecting the CSS code below and see if that helps. If not, please share to us the site URL where your form is embedded.

    ul.form-section.page-section {   

       margin-top: -50px;

    }

    Looking forward for your response.