Quote Originally Posted by jonisolis View Post
Dear Jade,

On my product pages my check boxes are on an angle; they are not lining up with each other. You have to look at the page to understand:
http://www.horse-logos.com/arab-flag...-clip-p-6.html

Also can you tell me where/what I need to change to add a bit more space between the name of the product option and the option choices. Thanks!
Put this code into your stylesheet and it will be fixed!

.wrapperAttribsOptions input[type=radio], .wrapperAttribsOptions input[type=checkbox] {
float:left;
margin:.2em .5em .2em 0;
}