Why is my form gets cut off on the right side when embedded?

  • renag
    Asked on August 21, 2017 at 10:42 AM
    what of the fact that my form gets cut off on the right side when embedded?
  • Kiran Support Team Lead
    Replied on August 21, 2017 at 10:44 AM

    Please share the web page URL where the form is embedded so that we can take a look and assist you further.

    We will wait for your response. Thank you! 

  • renag
    Replied on August 22, 2017 at 8:40 AM
  • renag
    Replied on August 22, 2017 at 8:58 AM

    I found a solution by changing the form's width in the CSS

  • Kiran Support Team Lead
    Replied on August 22, 2017 at 9:24 AM

    Thank you for sharing the web page URL. I have checked it and the form width is still exceeding the iframe width. Could you try adding the following CSS code to the form to see if that works?

    @media screen and (min-width: 10px) and (max-width: 540px){

    .supernova .form-all {

        width: 85% !important;

    }

    }

    Please get back to us if you need any further assistance. We will be happy to assist you further.