The Buttons on mobile view are too close to the bottom of the page.

  • stebrigli
    Asked on April 27, 2019 at 10:13 AM

    In all the pages of my form the buttons are too close to the bottom of the page.

    Also the white card has no border at the bottom.


    How can I fix this?


    Thank you

    Jotform Thread 1806062 Screenshot
  • roneet
    Replied on April 27, 2019 at 11:22 AM

    Could you please inject the following CSS in your Form:

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {

    .form-pagebreak {
     position: relative;
     top: -20px;
    }

    .form-section {
     padding-bottom: 15px;
    }
    }

    Let us know how it goes.

    Thanks.