-
AuthorPosts
-
June 10, 2014 at 12:24 am #54371
http://collegeapply.org/homepage-4/fees/
The page contatct form check boxes have some kind of problem, its as though they are not receiving their spacing from the contact form 7 style sheet. Also tried creating a custom class with the customizer to display them as block and nothing changed. Also tried setting display:block in the stylesheet.css. Ideally I would like the block look but it is not even giving enough space between the box and the words.Thank you
Greggory WileyJune 10, 2014 at 3:38 am #54421Hi there,
Please add this CSS to Customizer > Custom > CSS:
.wpcf7 input[type="text"]{ margin-top:10px; }
That should help.
Thanks!
June 10, 2014 at 1:48 pm #54631Hey I get the idea here but the specific thing I am needing to change is the space between the label and the check box on both sides, they seem crammed together, also I would like to make they display in blocks instead of in line.
June 10, 2014 at 2:09 pm #54640Nm got it corrected based on what you showed me.
June 11, 2014 at 1:53 am #54831Thank you for contacting us!
December 31, 2015 at 3:59 am #726540Hi,
I was trying to do similar and I was having same issue with the radio buttons not allowing any space.I tried the code above and it didn’t work. I’m on the latest X and wp 4.3.
best
erinDecember 31, 2015 at 4:04 am #726545This reply has been marked as private.December 31, 2015 at 5:19 am #726581Hi there,
Ah, you mean spacing in between each radio buttons? In that case, please remove the CSS you copied above, then add this CSS
.wpcf7-list-item input[type="radio"] { margin-left: 10px; }
Cheers!
April 17, 2016 at 3:17 pm #887106Nice worked for me too, changed the “radio” o checkbox.
Thank you!
April 18, 2016 at 1:14 am #887572You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts