I can't seam to remove the extra space in between the attributes...
How would I go about this?
example: here...
thx
I can't seam to remove the extra space in between the attributes...
How would I go about this?
example: here...
thx
For that you need a little CSS magic.
Add this at the end of your main stylesheet
#productAttributes .clearBoth {clear:left}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
That fixed it... Thanks!