WPIntell

Source evidence

Css to move Google reCAPTCHA

Contact Form by BestWebSoft – Advanced WP Contact Form Builder for WordPress · support · 2018-03-06T21:17:00+00:00

mixedsentiment
highseverity
0.95relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
NetMonkey resolved
Thanks for creating a nice contact form that’s easy to work with. The only problem I have is the reCAPTCHA div sticks out to the right and I can’t seem to find the correct css selector to move it to the left margin like the rest of the form. I’ve tried a number of different css code selectors and it still looks like what the link to my page shows. Please help. The page I need help with: [ log in to see the link] Hi, Thank you for contacting us! The reason of this issue is your theme’s stylesheet – it sets the following rules for all iframes: embed, iframe, object, video { max-width: 100%; position: relative; left: 125px; } To fix this issue please do the following: 1) Go to the plugin settings page; 2) Open Custom Code tab; 3) Click “Activate custom CSS code.” checkbox; 4) Add the following code in the area below: .gglcptch iframe { left: 0 !important; } Let us know about the results. Bestwebsoft, Thank you for the css code. Fixed!

Comments

2 shown
bestwebsoft 2018-03-09T09:57:00+00:00

Hi, Thank you for contacting us! The reason of this issue is your theme’s stylesheet – it sets the following rules for all iframes: embed, iframe, object, video { max-width: 100%; position: relative; left: 125px; } To fix this issue please do the following: 1) Go to the plugin settings page; 2) Open Custom Code tab; 3) Click “Activate custom CSS code.” checkbox; 4) Add the following code in the area below: .gglcptch iframe { left: 0 !important; } Let us know about the results.

NetMonkey 2018-03-09T13:37:00+00:00

Bestwebsoft, Thank you for the css code. Fixed!