Hi Elliot,
My topic was marked as ‘Resolved’, however after updating the plugin today the issue remains the same. There is still an inline style “<style>#cf-turnstile-xxxxxxxxx { margin-left: -15px; }</style>” with the xx’es dynamically generated.
Targeting either the div or the class to override it in my custom css, for example with:
[div^=”cf-turnstile-“] { margin-left: 0px !important; } or .cf-turnstile { margin-left: 0px !important; } do not work.
Is there something I’m overlooking?
Kind regards