Xnau,
Thanks for the response. I’ve tried both of these and can’t seem to get it to work. I’m putting it in the styles.css which my theme links to:
form input[type=”checkbox”] {display:block;}
AND
.checkboxes label
{
display: block;
float: left;
padding-right: 10px;
white-space: nowrap;
}
.checkboxes input
{
vertical-align: middle;
}
.checkboxes label span
{
vertical-align: middle;
}
None of these work. Any other ideas?
Thanks,
Jack