Home › Forums › Jevelin Theme › Add padding/margin to recaptcha
Home › Forums › Jevelin Theme › Add padding/margin to recaptcha
Just wondering how to add padding below, or around a recaptcha on the contact form?
On the link near the bottom I don’t want the submit button so close to the other form elements but on the editor for the captcha element it does not give me an option for padding/margin?
Thanks
Hi @donkeydonner,
I hope you are well today and thank you for your question.
You can add space between them by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.fw_form_fw_form .field-recaptcha { padding: 0 0 15px 0; }
Best regards,
Shufflehound team