How can I shift the Jotform ad below my form?

  • Ultigraph1
    Asked on January 27, 2019 at 11:28 PM

    How can I shift down a little bit the Jotform ad below my form. On mobile the ad is blocking some part of the next button in my form, so how can I shift it down a little bit.

    The link to the form is provided below.

    Thanks, waiting for your helpful reply.

  • Victoria_K
    Replied on January 28, 2019 at 2:15 AM

    Please add the following CSS code to your form according to this guide: How-to-Inject-Custom-CSS-Codes

    @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 {padding-bottom: 1em;}

    }

    Let us know if you need more help.

  • Ultigraph1
    Replied on January 28, 2019 at 4:55 AM

    I have added the CSS, it is now ok. 

    Thank you.