Archived topic
Remove Space between google captcha and submit button
5 replies · Started by bluebit on July 29, 2017
Take a look here https://wildlatina.com/registrate/
and here https://wildlatina.com/contacto/
How to remove that large space between the google captcha and the submit button, make it look good.
Hi there,
Give this CSS a shot:
div.wpforms-container-full .wpforms-form * {
overflow: hidden;
height: inherit;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It worked, although the space below the google captcha is a little bigger than the space above the google captcha, any way to refine the bottom space to be the same size as the top one?
https://wildlatina.com/contacto/
https://wildlatina.com/registrate/
Try the adjusted code above with the below as well:
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
padding: 10px 0 8px 0;
}
Almost got it, the top space now is perfect size, how do I add a few more pixels to the space below the captcha? I want to push that register or submit button down just a bit.
https://wildlatina.com/contacto/
https://wildlatina.com/registrate/