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
    Asked on August 19, 2015 at 12:43 AM

    Thanks--Here is a screen shot.

    Tim

     

  • Sammy
    Replied on August 19, 2015 at 4:52 AM

    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
    Replied on August 19, 2015 at 10:40 AM
    Thanks Sammy—I attach the screen shot.
    Tim

    ...
  • Sammy
    Replied on August 19, 2015 at 12:22 PM

    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