I have not been able to find a way to position the reCaptcha. It currently is left justified and I would like to position it in the center of the same div tag that contains the iframe. Is this done through the view.css? Thank you!
Appnitro Software Forums » MachForm
reCaptcha Positioning
(3 posts)-
Posted 1 year ago #
-
Hi,
Yes you can edit "CSS" form, it can be done in machform admin panel. Search these code :
#li_captcha{ padding-left: 5px; }and replace with this one
#li_captcha{ padding-left: 5px; text-align:center !important; }Posted 1 year ago # -
Thank you! That worked perfectly.
Posted 1 year ago #
Reply
You must log in to post.