How to solve align problem in Captcha page CSS (page.com/challenge)

As shown in the image below, the “Enviar” (Enter) button is not aligned. All I need is to insert a margin at the top of the button. How can I do it as it seems I can’t edit this page’s code

1 Like

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Here is the URL
Manufatto (manufattobrasil.com)

Please add below css in bottom of assets/base.css file

div#g-recaptcha {
margin-bottom: 25px !important;

}
Thank you.

1 Like