Sorry to open another thread about spacing but seem to have another problem on one of my other sites. The sample form is on http://www.fusionfields.com/test-page/ (using the genesis-based sleek theme)
In this case there are no line spaces between the fields and the likert classes seem not to be very happy either!
I think the CSS problem is in this section:
#content .post ul li, #content .page ul li, #home ul li {
list-style-type: square;
margin: 0 0 0 20px;
padding: 0;
}
but I'm not sure what I need to add/ change to make it work without messing up other parts of my site later.. thanks.