I am using this snippet of code:
#recaptcha_image,
#recaptcha_image img
{
width: 200px !important;
cursor: pointer;
}
#recaptcha_image img:hover
{
position: absolute;
width: 300px !important;
}
.recaptcha_only_if_image,
.recaptcha_only_if_audio
{
display: block;
}
And no matter what I do I can not shrink the overall size of the recaptcha but I can increase its width. What do I do to make the overall size smaller? I am sorry if I have repeated this question but it was never really answered so I am, in a way, re-wording it...
Thanks.