Quote Originally Posted by Didee View Post
Hi again. How can I align my shopping cart checkboxes. thankshttp://stitchwith.me/index.php?main_...&products_id=1
You can force this by giving h4.optionName a width:

h4.optionName {
line-height:1.5em;
padding-right:1em;
width:100px;
}

100px should be wide enough, unless you have some really long option names. :)