Form isn't scrolling over the background image

  • eatonwellness
    Asked on December 16, 2018 at 12:38 AM

    Hi!

    I've created 3 forms using the "Sunset" theme. When I'm in Edit mode, the form questions will scroll over the background image.

    When I Publish, the form questions do not scroll over the image, and the background image has a seam between the same image repeated, rather than one picture the form scrolls over.


    Thanks for your help. I would like the forms to function as they do in Edit mode. 


  • Mike_G JotForm Support
    Replied on December 16, 2018 at 3:26 AM

    I would like to apologize for any inconvenience. I have checked the form and I was able to see what you mean.

    1544947151t02 58 06 Screenshot 10

    You can fix the issue on the Advanced Designer page of the form.

    1544948626t03 23 18 Screenshot 21

    1544948672t03 18 10 Screenshot 32

    Or, you can also just inject the custom CSS codes below.

    .supernova {

        background-repeat: no-repeat;

        background-attachment: fixed;

    }

    1544948709t03 04 53 Screenshot 43

    I hope this helps. If you have other questions or concerns, please do not hesitate to let us know.

  • eatonwellness
    Replied on December 16, 2018 at 1:43 PM
    Thanks so much!
    Worked perfectly!
    ...