Form is too high - need to lower it down

  • pardop1
    Asked on September 6, 2016 at 12:58 AM

    these are the forms - https://form.jotform.com/62288523267967 and https://form.jotform.com/62489186643973

    I am using the following code.

    .form-all {

        top: 150px;

    }

    it does not appear to be working. I would like the top of the form overlay to start below where it says Fine Arts on the background.

    Thanks,

    Pam

  • Elton Support Team Lead
    Replied on September 6, 2016 at 2:12 AM

    Use this instead:

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

    .supernova{background-color: #fff;}

    If you want the image background to scroll along with the form, add this.

    .supernova {

        background-attachment: scroll;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    Form is too high   need to lower it down Image 1 Screenshot 20

    Hope this helps!