How to remove background repeat affect and fix background image position

  • randysingler
    Asked on September 21, 2017 at 6:04 PM

    Hi There,

     

        I built a form with a theme and it scrolls down in the editor, when I bring it to preview mode it splits the screen. 

     

    Randy

  • Mike
    Replied on September 21, 2017 at 9:13 PM

    To fix the background positioning, please add the next CSS to the form:

    .supernova {
    background-attachment: fixed;
    }

    How to remove background repeat affect and fix background image position Image 1 Screenshot 20

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