Overrule CSS reCaptcha Area
-
Been trying to overrule some of the plugins CSS rules to create more space between the Captcha box and the fields above, but as the CSS I need to counter is inline and uses !important this seems to be impossible.
Option A
recaptcha_area, #recaptcha_table { margin-top: 20px !important; width: 318px !important; }And Option B
#commetform .recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th { margin: 20px 0px 0px 0px !important; }Do not seem to work when added to child theme style.css. Any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Overrule CSS reCaptcha Area’ is closed to new replies.