Jump to content

Question

Posted

Hi All

 

I am setting up the reCaptcha  but there is no option to change the theme, looks like the only way to achieve this is through css.

Also when setting up the recaptcha it's rendering over to the right of the screen.

to place it where it should be you have to put a float in the css..

 

Add this to the layout.ccs file...

 

#recaptcha_widget_div {
    float: left;
}

 

Steve

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...