How can I remove the large space between the bottom of my host form and the top of my embedded form (leaving the embedded form indent)?

  • learningmindsets
    Fecha de consulta 19 de agosto de 2015, 0:43

    Thanks--Here is a screen shot.

    Tim

     

  • Sammy
    Fecha de respuesta 19 de agosto de 2015, 4:52

    Hello Tim,

    It seems the screenshot was not attached, kindly reattach the screenshot again.

    I will investigate your form and will see if I can pinpoint the situation

  • learningmindsets
    Fecha de respuesta 19 de agosto de 2015, 10:40
    Thanks Sammy—I attach the screen shot.
    Tim

    ...
  • Sammy
    Fecha de respuesta 19 de agosto de 2015, 12:22

    Hi Tim,

    Kindly Add the following CSS code to the forms in the iframe

    .form-all {
        margin-top:-70px;
    }

    Use the form designer to do this

    How can I remove the large space between the bottom of my host form and the top of my embedded form (leaving the embedded form indent)? Image 1 Screenshot 40

    How can I remove the large space between the bottom of my host form and the top of my embedded form (leaving the embedded form indent)? Image 2 Screenshot 51

    See screenshot of the resulting form, Is this the spacing you wanted to reduce?

    How can I remove the large space between the bottom of my host form and the top of my embedded form (leaving the embedded form indent)? Image 3 Screenshot 62