http://grab.by/9TJH Check this out...
Here is the url: http://www.muntzdesigns.com/hire-me/
http://grab.by/9TJH Check this out...
Here is the url: http://www.muntzdesigns.com/hire-me/
that's a style issue coming from your theme, not a form issue. Your theme's style.css (line 631) file sets a 20px height on all inputs. The button is an input, so it's inheriting that and the overflow is being cropped. If you disable that rule, you'll see that the button formatting is corrected.
screenshot: http://d.pr/UU0A
Try adding this to the end of your theme stylesheet.. it should override the blanket input rule.
[css]
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer input[type=button] {height:auto}
Thanks Kevin,,,,Works great! Have fun on vacation!
Thanks Ed. It's a few weeks away yet but I sure will. Glad the fix worked for you.