• Resolved Anonymous User 16156502

    (@anonymized-16156502)


    Welcome,

    How to change the interval between the reCaptchabox and the send button with the use of CSS code? I am talking about the same spacing between the elements of the contact form.
    The appendix below is a link.
    https://naforum.zapodaj.net/5fc0c13aaa36.png.html

    Can you help me?
    Thanks,
    Slawomir

    • This topic was modified 6 years, 6 months ago by Anonymous User 16156502.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Anonymous User 16156502

    (@anonymized-16156502)

    Hi there,

    A link to a live page may be needed to give exact help.

    The submit button has a class of .wpcf7-submit so using something like

    .wpcf7-submit {margin-top:20px;}

    If using a theme add it to the custom css panel and should move the button down. Replace the 20px for the value you need.

    You could add some code to the actual form by wrapping the submit button code in a div and styling.

    <div style="margin-top:20px;">[submit "Submit"]</div>

    Hope that helps a little

    TJ

    Thread Starter Anonymous User 16156502

    (@anonymized-16156502)

    Now everything is ok. Thank You very much!
    Greetings,
    Slawomir

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘spacing between the reCaptchabox and the send button’ is closed to new replies.