how can i center the captcha? i did trial and error with no luck
Appnitro Software Forums » MachForm
center captcha
(7 posts)-
Posted 6 months ago #
-
I edited the #form_container and made text-align:center;
This centers all the elements including the captcha using IE7, but the captcha is not centered in firefox
Posted 6 months ago # -
which type of CAPTCHA did you use? reCaptcha or the built in?
Posted 6 months ago # -
reCaptcha
Posted 6 months ago # -
Try to put this code into the bottom of your CSS:
#recaptcha_area{ margin: 0 auto !important; }Posted 6 months ago # -
yes and no.
the recaptch is now centered, but it seams like it was dragged from the left and the first word remains. however once i do something to the page (click on element, minimize) it goes away.
Posted 6 months ago # -
if you want to keep playing with it thats fine. i switched to the regular captcha and it works fine. i am only using it temporarily until i have my user authentication up and running. thanks for the help
Posted 6 months ago #
Reply
You must log in to post.