• Resolved RockSolid Design

    (@cfmwebdesign)


    Hi,

    When the ‘inline’ display is selected, the badge will stick directly below the Submit button. How can I create some padding at the top?

    I tried adding .rc-anchor { padding-top: 10px; } to the Extra CSS, but it does not work. Do you have any suggestion?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews adds a 10px top margin to the badge by default.

    It’s possible that you have a rule in your theme CSS that removes the margin, perhaps it does something like this: form > * { margin: 0; }

    In any case, you can target the recaptcha directly with the .glsr-recaptcha-holder class.

    For example:

    .glsr-recaptcha-holder {
        margin-top: 1rem !important;
    }
    
    Thread Starter RockSolid Design

    (@cfmwebdesign)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ReCaptcha Badge padding’ is closed to new replies.