Embedding a Jotform in Squarespace - spacing of form within SS

  • hardingt12345
    Asked on February 12, 2017 at 12:32 AM

    I have embedded a form in a SquareSpace web site but I am trying to reduce the space above it when embedded.  I have set vertical padding to 0 in Jotform Advanced Form Designer.

    I appreciate that spacing could being impacted by SquareSpace settings too but seeking Jotform advice here.

    Note in the screenshot only the smaller text - NOT the bigger headings at the top - they are in SquareSpace 

    Thank you.

    Rgds

     

    Tony Harding

    Jotform Thread 1063880 Screenshot
  • Chriistian Jotform Support
    Replied on February 12, 2017 at 1:13 AM

    Hi there,

    Are you referring to the space between Step 1: and Name field? Please give us the URL of the page where you are embedding the form so we can check the page and advise how to fix it.

    Regards.

  • hardingt12345
    Replied on February 12, 2017 at 1:45 AM
    Yes I am Christian that vertical space being overly big blank - the source
    page is
    https://tony-harding-73al.squarespace.com/config/
    or in "live mode' https://edit-for-me.com/submit250words
    Thank you
    Tony Harding
    ...
  • liyam
    Replied on February 12, 2017 at 2:48 AM

    Hello Tony,

    How about adding this CSS code into your form: 

    .form-all, form {
       margin-top: 0 !important;
       padding-top: 0 !important;
    }

    Please let us know if the problem persists.

    Thanks.

  • hardingt12345
    Replied on February 12, 2017 at 7:45 AM
    liyam that seems to work well and helps format of embedded Jotform thanks
    Tony
    ...