I have tried all the recommended fixes but so far nothing seems to work. Just wanting to get rid of the very large space below the forms..
http://wp.me/P3s12N-VM
I have tried all the recommended fixes but so far nothing seems to work. Just wanting to get rid of the very large space below the forms..
http://wp.me/P3s12N-VM
Something is adding line breaks to the form elements. Can you please follow the troubleshooting steps to isolate? http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
Hi David,
I just tried this on the default template as well as deactivating all the plugins except gravity forms and the same issue with the large space below the form is still present..
Any help with this ??? Im considering just getting a refund as its just too complicated to do anything and time consuming.
Do you use a caching plugin? The issue you are seeing isn't that Gravity Forms is broken, but instead that another plugin or theme is changing how shortcodes like Gravity Forms outputs, thus adding the extra line breaks and creating the issue. I can assure you that we wouldn't use the generic line break tag in our code anywhere.
No caching plugins. I disabled every plugin and just tested it with the generic theme and the same issue was present. I am out of ideas. I will take a look again at my wordpress and make sure i have not missed anything but im pretty sure I have gone through all the steps.
You are using the latest WordPress and Gravity Forms installs, correct? Do you have the ability to create a test install of WordPress somewhere else and double check using a clean WordPress and Gravity Forms install?
I figured it out eventually with the help of a friend..
.gform_wrapper .gform_footer {
padding: 0;
margin: 0 0 -120px;
clear: both;
}
There shouldn't be any reason for that change if your site was working correctly. You really need to isolate the cause of the extra elements on your site/fields.