Acceptance and captcha styling issue
-
Hi everyone!
A few months ago I had a problem with contact form 7: the acceptance check box [accept accept-this] and the acceptance text were not in the same line.
I fixed that by modifying the display property of the “.wpcf7 span.wpcf7-form-control-wrap” css selector from block to inline.
Now I added really simple captcha to my form, but its style is referred to the “.wpcf7 span.wpcf7-form-control-wrap” css selector like the acceptance module.
I need to display the captcha module in block mode (because it looks weird in inline mode) and the acceptance module in inline mode, but they are referred to the same css selector, so they can’t be displayed differently.
How can I fix that? Thanks!
You can check it out by clicking here: http://simsworld.it/contattaci/
The topic ‘Acceptance and captcha styling issue’ is closed to new replies.