Tagged: gravity forms
i have a problem with Gravity Forms Version 1.7.2.
There is a lot of empy space (40-50px) under the form that pushes the other items in the page down. how can i fix that?
Hi,
I tested the plugin on my site and the forms look ok. Can you give us a link to your website? We can probably fix it with css.
Regards,
Ismael
Hello Ismael,
With standard editor we haven´t the empty space under the form, but if I give the code like [gravityform id=”2″ name=”Test” title=”false” description=”false”] with “Advanced layout editor” than we have the problem.
I send you a email with the link to our website
Regards
OK I sent you a email.
Hey!
Tagged the thread for Ismael.
Regards,
Peter
Hi Ismael, I´m still waiting for your answer. Did you get my email?
Regards
Manuel
Hi,
Sorry for the delay.
Just add this on your custom.css. There are hidden br tags on the Gravity Forms field.
.gform_footer br {<br />
display: none;<br />
}
Regards,
Ismael
It works brilliant :) Thank you Ismael!!!