This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
center captcha
Started 16 years ago by walags | 7 posts |
-
how can i center the captcha? i did trial and error with no luck
Posted 16 years 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 16 years ago # -
which type of CAPTCHA did you use? reCaptcha or the built in?
MachForm Founder
Posted 16 years ago # -
reCaptcha
Posted 16 years ago # -
Try to put this code into the bottom of your CSS:
#recaptcha_area{ margin: 0 auto !important; }
MachForm Founder
Posted 16 years 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 16 years 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 16 years ago #
Reply
You must log in to post.