The above CSS doesn't work because it removes all .clearBoth from other elements within the attribute display area resulting in very funky layout.Code:#productAttributes .clearBoth {display: none;}
However I got the desired horizontal affect. See Nahid Fashions' Signature Chic I
I created an override copy of /includes/modules/attributes.php in my template directory.
I then changed all (7) the occurrances of
toCode:$tmp_attributes_image .= '<br class="clearBoth" />' . "\n";
That seems to have worked and only affects the attribute images.Code:$tmp_attributes_image . "\n";



