How to remove the top space on my embedded form?

  • WNorthConference
    Asked on February 18, 2017 at 4:37 PM

    There is a weird spacing issue with the form on this page. Can you please assist?

     

    http://wnorthconference.com

     

    Chad & Mike

    Jotform Thread 1070176 Screenshot
  • Kevin Support Team Lead
    Replied on February 18, 2017 at 10:27 PM

    This is due to a <p> element between the text and the form where you've added some scripts, you could remove the scripts from this part of the code and paste them between the header sections and then remove the <p> tag as well. 

    If you would need to have the <p> displayed in there then you could just hide it with CSS code so it does not use the extra space: 

    How to remove the top space on my embedded form?  Image 1 Screenshot 20

    Hope this helps.