Can you share your experience with us?Originally Posted by spottedhaggis
And it will help others with similar needs.![]()
It look like you are using sort of the classic template and with tables. And your sytlesheet.css is mixed with new and old versions of css.Originally Posted by spottedhaggis
Please consider convert the template to new version as many advised in the forum.
Since your attribute position is controlled by: (around line 135 of your stylesheet.css)
It float all the attributes to left for display them in line, then centering them and it will be a problem.#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
Add padding may help a bit.![]()
.#productAttributes {
margin-left: 2em /* adjust to what you prefer */
}



