I don’t see an issue here – it’s how the plugin is coded. Here’s another example: http://screencast.com/t/ByElR772Ze
When released, the pro version will allow CSS styling of the plugin, giving you the ability to reformat it yourself.
I think you misunderstood the issue..
When “create your own review” is selected and the form appears,
The form titles do not line up with the form fields.
The boxes are higher than the titles. This makes it confusing for someone filling out the form.
example: http://www.southwellco.com/customer-reviews/
This is a theme styling issue, not the plugin. Your theme is overriding the default styles that ship with the plugin. We can’t make the plugin work out of the box with the styling of every single theme, since every site is different.
In your case, every <td> element on your entire site has the following style overridden – “vertical-align: baseline;” which is one part of the alignment issue. This can be resolved by updating your theme/custom CSS file to make your theme integrate with the plugin better.
Thanks! I will adjust the CSS.
I removed the “vertical-align: baseline” from the CSS and that corrected the issue.
Thank you so much for your help.
Looking forward to the Pro-Version!!