Top of form cut off

  • art_crate
    Asked on May 10, 2016 at 1:21 AM

    Hello,

    The top of my form is being cut off in my sqaurespace embed (I used the platform embed code)

     

    http://curate.artcrate.co/get-started/

    You can see the progress bar and some text is being cut off.

  • liyam
    Replied on May 10, 2016 at 1:42 AM

    Hello art_create,

    I checked your CSS code and found this injected:

    .form-all {
       margin-top : -100px !important;
    }

    Can you try removing that one and see if it fixes the problem?

    Thanks.

  • art_crate
    Replied on May 10, 2016 at 2:15 AM

    llyam, 

    That did it!

    Thank you!!