Totally Zenned
- Join Date:
- Jul 2005
- Posts:
- 497
- Plugin Contributions:
- 0
Apple Zen Support Thread
jonisolis:
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-arabian-horse-clip-p-6.htmlAlso 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;
}