Lashford82
Member
Posted 10 months ago #
Hello, I'd like to adjust the position of the CAPTCHA image on my Contact Form 7 form, located here: http://michaellashford.com/contact/
It's floating above the text field and therefore pushes my text field down from the others a bit. Where / how can I adjust this?
Thanks!
It looks fine here in FF3 but you can adjust it by adding some CSS styles to its class:
wpcf7-captcha-captcha-969
I found this by looking at your page's source code:
<img alt="captcha" src="http://michaellashford.com/wp-content/uploads/wpcf7_captcha/2013562015.png" class="wpcf7-captcha-captcha-969" width="50" height="18" />
Lashford82
Member
Posted 10 months ago #
Great thanks, that worked! Added:
.wpcf7-captcha-captcha-969 {margin:-5px;}
to my CSS.