Background image appears repeated twice on the thank you page
- BorisAnswered on June 11, 2016 at 09:13 AM
This is still about form 61611719453455, and I see that for the thank you page there isn't any CSS code that would make the background image cover the entire page.
To resolve the issue with repeating images on the thank you page, please try adding the following CSS as well:
.thankyou {
height: 100%;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size: cover;
}Please let us know if this resolved the issue you were having with the image displaying repeatedly on the thank you page.