• Resolved frankenfrank

    (@frankenfrank)


    Hello,

    i need help with the Recaptcha Container. I use this in combine with the Elementor Page Builder.

    The Captcha Container is only 164px in width. It is to small, i need min 340px.
    I foud a css-class named “`mailpoet_recaptcha_container”.

    I tried the follwing things in my custom css:

    mailpoet_recaptcha_container {
    witdh: 350px;
    }
    

    AND

    .rc-anchor-compact {
        height: 136px;
        width: 350px;
    }

    noting happens. Can anybody help me?

    Thanks a lot

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there @frankenfrank,

    This is because it’s done with inline styles in the markup and that technically the container is 340px, but because of the div structure, it can’t be made bigger as the width is ignored because of the other containers.

    Currently, you’d have to make the change directly in our plugin which isn’t recommend as it’ll be overwritten on an update.

    I’ll add a request for greater control over this. ??

    Thanks!

    flaviese

    (@flaviese)

    Hi, I have the same problem, is there any news about this issue?
    Thankyou!
    Flavio

    Hi, I also need to complain about the layout of the recaptcha. It compacts under my submit button… we really need to be able to either control this through css, or have you guys fix the issue.

    take a look in the footer here under “Newsletter”:
    https://coloradodesigngroup.com/

    Hi, I have this problem too…

    Is it solved?

    Thanks!

    I’m still having this issue too. Is there a fix for this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Width Recaptcha Container’ is closed to new replies.