Submit Button Cutting Off On Mobile Version of Site

  • Abbyweeks
    Asked on March 27, 2020 at 3:08 PM

    When I paste the Iframe into my website it looks great on the desktop version of the site, but the submit button is cut off on the mobile version of my site. 


    Any ideas on why this might be happening?


    Thanks!

  • Carlos_C
    Replied on March 27, 2020 at 4:27 PM

    Hello,

    Thank you for contacting us.

    After checking your form I found a solution for you, please add the following CSS code to your form:

    @media (max-width: 700px) {

      iframe{ 

    height: 2356px!important;

    }

    }

    Please go to your form and click on Form Desing icon and add the code above, Guide: How-to-Inject-Custom-CSS-Codes.

    Submit Button Cutting Off On Mobile Version of Site Image 1 Screenshot 30

    The site will look like this:

    Submit Button Cutting Off On Mobile Version of Site Image 2 Screenshot 41

    If you need any further assistance, please let us know. We will be happy to help.