When I apply CSS formatting to the Quiz question (trying to get it to line up with the other fields in my form), the "2+3=?" text is pushed to the right side of the answer field. How do I keep it on the left-hand side of the answer field?
When I apply CSS formatting to the Quiz question (trying to get it to line up with the other fields in my form), the "2+3=?" text is pushed to the right side of the answer field. How do I keep it on the left-hand side of the answer field?
And this is the formatting text in my style.css file:
.wpcf7-form p.field spam {
float:left;
width:130px;
padding-top:1px;
}You must log in to post.