Page 2 of my form needs space on the top of the page so page 2 is seen

  • Whiddon_Gary
    Asked on February 18, 2021 at 8:27 PM

    I created http://aaib.us/sanfrancisco/ which has a jotform iframe. When you answer the two questions on this page and click "Next", page 2 question is pushed to the top of the page so you have to use the scroll bar to see the question. How can I add white space to page 2 and thereafter so the website visitor can read the question without scrolling? Thanks so much!

  • Jed_C
    Replied on February 19, 2021 at 1:04 AM

    To confirm, is it only on page 2 or would you like it applied to page 3 and 4 as well? I checked your form and you have the same spacing for page 3 and page 4 so changing page 2 will have a different spacing than page 3 and 4.

    Sample screencast:

    1613714576 602f5490baebe spacing Screenshot 10

    If you only want the changes to be applied to page 2, please add this CSS into your form.

    #\32 03585272928161 > div > ul:nth-child(2) {
      margin-top: 50px;
    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any questions or if you need further assistance.