Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #601405

    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

    #601429

    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

    #601477

    Thank you – here are the logins

    • This reply was modified 8 years, 7 months ago by doug123.
    #602115

    hi – I thought I’d check in about the above – is there a solution?

    thank you –

    #603506

    Hi – Looks like the ball got dropped on this one – anyone there?

    Thank you!

    #603895

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.