• Resolved lbnjack

    (@lbnjack)


    Hello there,

    I’m trying to move the recaptcha block out of its position to make it cleaner. The thing is that the form isn’t well aligned due to the recaptcha so I’d like to move it juste below or on the upside of the form.

    Also, can we change the shape of it, to make it appear as rectangular instead of a square?

    (The issue is on the footer down the website).

    Thanks for help !

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there @lbnjack ,

    Thanks for reaching out!

    Looking at your website, it looks like the Captcha is already displaying below the email form field: https://d.pr/i/ujR1zw

    Have you been able to make the adjustments you wanted already?

    Note that MailPoet also supports invisible reCatpcha in case you prefer it.

    Plugin Support Dani F. a11n

    (@danielinhou)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Cheers ????

    Thread Starter lbnjack

    (@lbnjack)

    Hello there,

    I’m sorry for my late reply! It works fine now. I’ve solved this by adding this following code to my CSS Custom in MailPoet setting:

    .mailpoet_form_column {
    container-name: column;
    container-type: inline-size;
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    justify-content: flex-end;
    }

    Thanks again!

    • This reply was modified 3 months, 1 week ago by lbnjack.
    Plugin Support Ojoma a11n

    (@geraltrivia)

    Hello again @lbnjack ,

    Thank you for reaching out to us and letting us know.

    I’m glad to see you’ve resolved this.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.