Anyone else having trouble getting the new recaptcha to center on exports? It looks correct in Webflow and the quick preview browser however when published it defaults to left alignment.
Thanks for posting. Can you provide some more information?
How are you centering the recaptcha component? What sites are you seeing this issue occur in – only this project or multiple projects? Can you send me the site Read-Only links please? Any screenshots are also helpful.
Could you also please let me know what browser version you’re using by sending me your information from this page?
There should be a small share link when you visit the page which you can send to me.
I did some more testing on this end and was able to see the issue. It looks like using the center element button works in the Designer, but not on the live or exported site:
I’ve reported this issue to the team and we will dig into this further to see if we can find a solution.
In the mean time you can center the racaptcha component like this:
Add a div block to the form
Nest the RECAPTCHA component inside of the div
Add a class name to the div and set it to flexbox – justify: center; align: center