Almost there but I would like my submit button closer to the text input box?
here's my link http://www.tricitypsychology.com/blog/contact-us/
Almost there but I would like my submit button closer to the text input box?
here's my link http://www.tricitypsychology.com/blog/contact-us/
Yeah, you've got something goofy going on with your styling/layout. When the map loads on the right, it forces the form footer down. I don't' know what that's all about, but you can add this to your custom.css and it should fix you up.
[css]
body.custom .gform_wrapper .gform_footer {
clear: none;
}
Thanks Kevin I'll give it a try. BTW best way to upgrade? Will I have to down load new version? or can I do it from inside WP?
Awesome it worked! Thanks for your stellar fast reply <3
You should be able to auto-upgrade from within WordPress. Just go the to plugins page and auto-update like you would any other plugin. Glad the CSS snippet worked for you too. Have a great night
Please note, automatic update only works if you correctly entered your license key on the Settings page of Gravity Forms (Forms > Settings) AND you aren't running a real old version which may not be compatible with the automatic update functionality of WordPress 3.0+ in which case you'd have to manually upgrade by downloading the plugin from the support site and installing manually.