Appnitro Software Forums » MachForm

reCaptcha Positioning

(3 posts)
  • Started 1 year ago by neildempster
  • Latest reply from neildempster

  1. 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!

    Posted 1 year ago #
  2. 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 #
  3. Thank you! That worked perfectly.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.