How can I fix the cover image in my form?

  • maisonlondres
    Asked on September 9, 2016 at 4:18 AM

    Hello

    I would like to fix the cover image at the top of my form. So when people scroll down the form, there will still be the image a the top. I tried to check on the forum but couldn't see any topic which was excatly the same. 

    Many thanks for your help!

    Sebatstien

  • Chriistian Jotform Support
    Replied on September 9, 2016 at 5:20 AM

    To fix the cover image at the top of your form, please inject the custom CSS code below

    .form-all:before {

        top: 0;

        left: 0px;

        background-position: top center;

        position: fixed;

        z-index: 1;

    }

    Here's how it should look after.

    How can I fix the cover image in my form? Image 1 Screenshot 20

    If you need further assistance, please let us know.
    Regards.