Okay, checked out your form and it's not getting all of the appropriate styles. If you look at the name field too, you'll see it's not styled correctly.
It's not a code/markup issue at all, you're not loading the forms.css file from the plugin folder (probably have that turned off) and you haven't copied all of the css declarations to your theme's style sheet.
You need to go into the wp-content/plugins/gravityforms/css folder and open the forms.css file. Copy everything in that file then go into your themes folder, open the style.css file and paste the content from the forms.css at the bottom (don't overwrite everything, just append to what's already there.)
Once you've copied everything to your style.css file, you can modify the styles to match your theme appropriately.
I made a copy of your page and quickly added all of the styles from the forms.css document inline at the bottom of the page. You'll see that everything is now styled correctly. Once you get all of the styles added to your file, you should be good to go.
correctly styled example form (screenshot)
Posted 15 years ago on Thursday November 26, 2009 |
Permalink