My checkboxes do not line up in Internet Explorer, but they present themselves fine in Firefox. In Internet Explorer the text drops one line down from the checkbox, and in Firefox the checkbox lines up to the left of the test nicely. Any ideas?
My checkboxes do not line up in Internet Explorer, but they present themselves fine in Firefox. In Internet Explorer the text drops one line down from the checkbox, and in Firefox the checkbox lines up to the left of the test nicely. Any ideas?
Yep, I've got a great idea. Uninstall Internet Exploder and you're good. Alas, since that's not really gonna happen, I've included some extra IE specific tweaks in the latest (beta) version of the plugin. You can grab the CSS though in the time being.
You can take that and overwrite the contents of the /plugins/gravitforms/css/forms.css file and it should get you rolling.
Please post a link to a form so we can take a look. It's a CSS issue.
Yep, grab the new CSS from the link above and you should be good to go.
Also, I see you still have list bullets showing in your form so you can append this to your THEME's style.css file to fix that as well.
.gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li { list-style-type:none!important; background-image:none!important}
Awesome, I appreciate your help.