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 You can try this custom CSS:

    .contact-form .form-validate fieldset {
        margin-bottom: 40px;
    }
    Write a Reply...
    You need to Login to view replies.