
Originally Posted by
jettrue
I don't think you can use the attrib-4 to style things (and moving things is considered styling them, by the way) as I mentioned before. The divs I would try are:
#productAttributes
.wrapperAttribsOptions
.optionName back
I could really help you a lot more if your site was online. Its probably a spacing issue.
Here's a copy and paste from another post where I helped someone who didn't like the spacing on their attributes, perhaps changing the following sections will help:
.wrapperAttribsOptions {
margin: 0em;
padding:0;
}
label, h4.optionName {
line-height: 1em;
padding: 0em;
margin:0;
}