• Resolved katmacau

    (@katmacau)


    When I include the recaptha in the form, it is inside a forminator-row div which has a margin on the botttom. But the actual recaptcha is set to float left of the screen. this results in an extra space in the layout. I cannot control this forminator-row only because all forminator-row divs are labelled the same.

    Can you please look at this issue? eg adding a class name for the recaptcha row so it can be targeted by the developer. Or making sure that no spacing/margin is applied to the forminator-row div for recaptcha when using the floating display options.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @katmacau

    Hope you are doing well today.

    The captcha itself doesn’t fill any space but the forminator row adds a margin.

    I will report this to our development to improve how the captcha load, for now you can try using the nth-child CSS code to target that specific row. You need to count the form number and use it like the following code to target it, please make sure you change 6 with your reCAPTCHA row number.

    .forminator-row:nth-child(6)

    Best Regards
    Amin

    Hi @katmacau

    As said above, this was already forwarded to our developers, and I am marking this thread as resolved, but if you have any additional questions, feel free to let us know.

    Kind Regards,
    Kris

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

You must be logged in to reply to this topic.