There is a lot of white space between the end of the form (after the submit button) and the page content underneath the form. How can I reduce that amount of space? Thanks in advance!
There is a lot of white space between the end of the form (after the submit button) and the page content underneath the form. How can I reduce that amount of space? Thanks in advance!
It looks like another plugin or your theme is injecting a lot of break and paragraph tags into our code. Try wrapping your gravity forms shortcode in raw tags like so:
[raw][gf shortcode here][/raw]
That worked, thank you!