Thank You page layout issues.

  • vacek
    Asked on November 10, 2016 at 9:43 PM

    I have the following showing in my layout for my Thank You page:

    Thank You page layout issues Screenshot 30

     

    However, after submitting the form, this is what is shown in my browser (Safari & Chrome give same result)

    Thank You page layout issues Screenshot 41

    Why is the spacing not staying intact ?

    Thanks

  • Chriistian Jotform Support
    Replied on November 10, 2016 at 10:11 PM

    It looks like the break line is not displaying properly, which is why the layout appears incorrectly. We can resolve this issue by injecting the custom CSS code below:

    #stage div {

        height: 17px;

    }

    Here's how it should look after:

    Thank You page layout issues Screenshot 20

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