The page contact form check boxes have some kind of problem, its as though they are not receiving their spacing from the contact form 7 style sheet. i’ve added the CSS but t didn’t work… any fixes ??
.wpcf7 input[type=“text”]{
margin-top:10px;}
The page contact form check boxes have some kind of problem, its as though they are not receiving their spacing from the contact form 7 style sheet. i’ve added the CSS but t didn’t work… any fixes ??
.wpcf7 input[type=“text”]{
margin-top:10px;}
Hello @steven,
Thanks for asking.
Please add following CSS under X > Launch > Options > CSS and let us know how it goes:
.wpcf7-list-item input[type="radio"] {margin-right: 10px;}
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.