• Hello everyone,

    I have searched and found no solution to centralize the [recaptcha] button and [submit “Send1”] in the form.

    Can you help me ?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • See Styling Contact Form – there is a link to an article I wrote at the bottom of that page (which is recommended by the CF7 plugin author, though I’m not allowed to link directly to it here), that covers this topic in detail.

    Abbreviated Version

    1. You need basic HTML & CSS skills
    2. You need to know how to use Chrome Dev Tools or equivalent
    3. Use Dev Tools to examine the CSS styling applied to your form in detail
    4. Determine what CSS changes you need to make
    5. Add custom CSS via WP Customizer > Custom CSS, custom CSS plugin or child theme.
    Thread Starter evertonsambo

    (@evertonsambo)

    Hello everyone

    Here are the code I used to center

    .wpcf7-submit {
    width:100px;
    height:100px;
    top:100%;
    position:absolute;
    left:38%;
    }

    .wpcf7-recaptcha {
    width:80px;
    height:80px;
    position:absolute;
    left:35%;
    }

    Thank you all

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center button’ is closed to new replies.