The form looks correct to me in all browsers on Windows 7 as well. However, I would work on fixing the validation errors to see if invalid HTML is creating a layout issue for you in some browsers.
http://validator.w3.org/check?uri=http%3A%2F%2Fsocialstrategizer.com%2Fcoaching%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
A lot of the errors are inconsequential, but you might find a mismatched div creating an issue for you.
I took a quick look a the stylesheets being loaded, and this one has some Gravity Forms specific markup in it:
http://socialstrategizer.com/wp-content/uploads/dynamik-gen/theme/dynamik-min.css?ver=1357210908
[css]
div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea
{
font-size: 14px;
padding-top: 4px;
padding-right: 5px;
padding-bottom: 4px;
padding-left: 5px;
}
That seems to be making the right borders on the input fields disappear. Removing the padding fixed that. Maybe there is similar markup in that stylesheet causing all your layout issues? It's difficult to see with the stylesheet being minimized.
Posted 11 years ago on Thursday January 3, 2013 |
Permalink