Why header image keeps repeating across form?

  • MBWHS
    Asked on September 5, 2017 at 9:59 PM

    Hi

     

    Despite me going into the form designer and changing the settings the header image keeps on repeating when you go to the form.  Its looks like its sorted each time but doesn't seem to stick.

    Jotform Thread 1240571 Screenshot
  • Ashwin JotForm Support
    Replied on September 6, 2017 at 12:12 AM

    I have fixed this issue in your form by injecting the following custom css code in form:

    .form-all {

        background-repeat: no-repeat !important;

    }

    Please check the screenshot below:

    Why header image keeps repeating across form? Image 1 Screenshot 20

     

    I would suggest you to please test your form again and get back to us if the issue persists.

  • MBWHS
    Replied on September 6, 2017 at 1:21 AM

    Thanks it works perfectly!