-
Issue description: after the first question, when the contact collection fields show up, the phone number field is off-center inside box, and there’s a line next to the checkbox for opt-in to privacy policy
-
Link to the page with the widget in question: bethelbible.com
1 Like
Hi there, @Adam_Wood ![]()
The issue occurred because of the conflict with the styles of your website. We’ve fixed using this code in the Custom CSS section on the General tab of your widget’s settings:
input {
min-height: unset !important;
font-size: inherit !important;
line-height: inherit !important;
padding: 0 !important;
vertical-align: unset !important;
color: inherit !important;
}
input[type="checkbox"] {
display: none !important;
}
Please check your website and let me know if everything works fine ![]()
Yes it’s much better. Thank you!
1 Like
Awesome, you’re very welcome ![]()