For starters:
.wrapperAttribsOptions {
margin: 0.3em 0 0.3em 31em;
}
will keep all attributes 31em from the left edge of the center column. You can add other selectors to that rule so they all keep that left margin. Some elements like #cartAdd are currently floated right, and you would want to remove that.


Reply With Quote


