Space at the top of Thank You Page

  • Nozmo
    Asked on January 31, 2018 at 4:10 PM

    Hi,

    I cannot figure out how to get the thank you text to start at the top of the page.  See the image below.  The thank you show up to low in the page, with this large amount of white space.  What can I do.  thanks.

     1517432937Thank you page Screenshot 10

  • Marvih
    Replied on January 31, 2018 at 5:23 PM

    Try injecting the CSS code below into your custom CSS field. https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    body.thankyou{

      margin-top:-80px !important;

      }

  • Nozmo
    Replied on February 1, 2018 at 2:24 PM

    Hi,

    I did try this, but it did not work.  Any other suggestions?

  • Marvih
    Replied on February 1, 2018 at 2:29 PM

    It will not display the change on your Thank You page since it is a CSS code. Instead, it will show after you do a Submission on your form.

    Here is what I see when I did a test submission on your form https://jotform.com/22844781920155/

    Space at the top of Thank You Page Image 10

    The Thank You message is higher now.