Hi
I am trying to find where the CSS for the recapcha plug-in is located.
The input field where the visitor enters the 2 "words" is aligned, in my case, too far to the right.
See this page, work in progress: http://www.christopherhillsalon.com/newsletter
This is the apparent CSS code (per firebug)
But I can't easily find the css in the chronoform/plugins folders, etc -- so I can change the css.
Where can I make the css modification?
Thanks!
Rowby
I am trying to find where the CSS for the recapcha plug-in is located.
The input field where the visitor enters the 2 "words" is aligned, in my case, too far to the right.
See this page, work in progress: http://www.christopherhillsalon.com/newsletter
This is the apparent CSS code (per firebug)
.recaptchatable #recaptcha_response_field {
bottom: 7px !important;
font-size: 10pt;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
width: 145px !important;
}
But I can't easily find the css in the chronoform/plugins folders, etc -- so I can change the css.
Where can I make the css modification?
Thanks!
Rowby