Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1279207
    teddgbsn36
    Participant

    I have an issue with the Gravity Forms submit button covering my Google Recaptcha, on this page: http://dev.phoenixonlinemedia.com/tricityvol/volunteers/

    This is on our development server. Can you please let me know how to fix this as it is using the styles that X Theme uses for inputs and buttons.

    Thank you for any help you can give me with this issue.

    Using WordPress 4.6.1, X Theme 4.6.4, Cornerstone 1.3.3

    #1279499
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Actually even if we remove the x|theme styling of that button it still covering the recaptcha. So the issue is the recaptcha itself, add this under Custom > CSS in the Customizer.

    @media (min-width:  1257px) {body .gform_wrapper .gform_footer {margin-top: 4.5em;}}
    @media (max-width:  1256px) {body .gform_wrapper .gform_footer {margin-top: 5em;}}

    Hope it helps, Cheers!

    #1282197
    teddgbsn36
    Participant

    Thank you very much. That worked well.

    #1282595
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1279207 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>