• Hello,

    My contact form’s submit button is tight to the reCAPTCHA, and I can’t style it to add a margin.

    I’ve attempted to add a class to the shortcode, use .wpcf7-form-control .wpcf7-submit within my CSS, and also .wpcf7-form-control, .wpcf7-submit with no success.

    I can add a margin to the <p> tag within Firebug, but there’s no way for me to customize the CSS of that or the button without using an inline <style> tag, which I do not want to do.

    My contact form is at this link.

    https://wordpress.org/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • just add one or two <br> tags before your <p> tag

    This will work

    And you can also add a space in your span of checkbox label
    Thanks

    Thread Starter tempesthomas

    (@tempesthomas)

    The gap is too wide, and I’d rather find the cause of the issue than use a quick hack.

    Is there anything else I can try?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sumbit Button Margins’ is closed to new replies.