How to pull down the Thank you page?

  • rduong
    Asked on September 22, 2017 at 9:37 AM

    Hi 


    I would like to down the thank you box...

    How to pull down the Thank you page? Image 1 Screenshot 20

  • Nik_C
    Replied on September 22, 2017 at 11:32 AM

    You can insert the below CSS code in your Custom CSS Field:

    body.thankyou {

        position: relative;

        top: 50px;

    }

    That will put the thank you page down. And if you need to put it more, just increase the number in "top" parameter.

    Let us know if you have any further questions.

    Thank you!