I installed captcha and now the 'Send email' button for the Contact Us form is overlapping. I need some spacing. What should I do?
arimakidd Your site's URL is not working now, could you check?
My apologies. I have put the correct url now.
arimakidd You can try this custom CSS:
.contact-form .form-validate fieldset { margin-bottom: 40px; }
This works. Thank you. Solved.