How to fix my form is being cut off when embedded?

  • makersbootcamp
    Asked on August 20, 2017 at 12:42 AM

    Hi there,

    Same issue as others but for responsive necessity I can't do the iFrame embed.

    Please review these two forms (same content, other language). 

     

    http://kyotomakersgarage.com/en/early-adopter-program/

    http://kyotomakersgarage.com/early-adopter-program/

     

    How can I ensure that the button is properly displayed on all browsers? 

  • makersbootcamp
    Replied on August 20, 2017 at 12:43 AM

    Please use the password 'imamaker' to sign in beyond the "under construction" flag.

    To do so click on the key symbol in the right lower corner.

  • Nik_C
    Replied on August 20, 2017 at 2:24 AM

    I added the below CSS code to your Custom CSS code of  both of your forms:

    .form-all{

      height:335px!important;

    }

    And it should look like this:

    How to fix my form is being cut off when embedded? Image 1 Screenshot 20

    Let us know if you have any further questions.

    Thank you!

  • makersbootcamp
    Replied on August 20, 2017 at 4:04 AM

    I see you've already added that code. Thank you!