How to correct form background height

  • tristansmith
    Asked on October 1, 2014 at 1:41 PM

    Background picture is 960 x 500 px. Bottom is getting cutoff. Form is too short?

    Is there a way to show full picture?

  • Elton Support Team Lead
    Replied on October 1, 2014 at 2:39 PM

    Hi,

    I can see that you have already injected a fixed form height,

    .form-all {height: 480px;}

    You can also change the height to 480px if you want to display the entire background image.

    ---

    May I also suggest to re-embed your form using iframe embed code on your website. It seems that the form script is conflicting with your existing website scripts. Using iframe embed code should fixed it.

    Thanks!