Hi – great theme thank you!
A form has two buttons: Submit, and Cancel.
The problem: Using Internet Explorer 11 ONLY, the Submit button displays much smaller than the Cancel button. We want them both the same size as the Cancel button.
Please see screenshot.
Kind Regards,
Doug
Hi Doug!
Thanks for reaching out to us!
Could you please provide login details for your site. You can place the details in the Private Content section of your reply.
Regards,
Jordan
Thank you – here are the logins
hi – I thought I’d check in about the above – is there a solution?
thank you –
Hi – Looks like the ball got dropped on this one – anyone there?
Thank you!
Hi!
This is a 3rd party plugin issue and normally we do not support 3rd party issues but we are more than happy to help you resolve this since it is a quick one for us and you don’t have to go to different support forums.
The below css is causing the issue
.gf_browser_ie.gform_wrapper .gform_footer input.button {
padding: .188em;
}
If you have added this please remove it to fix the issue if you have not added it please add the below css in Enfold > General Styling > Quick CSS
/* IE Form Button Fix*/
.gf_browser_ie.gform_wrapper .gform_footer input.button {
padding: auto!important;
}
Regards,
Vinay