
Originally Posted by
gjh42
The cause of the white space is two <br class="clearBoth" /> tags after attribute displays. The clearBoth forces the break to be below any other nearby floated element, i.e. the add to cart box.
I don't have access to the actual files at the moment, but you can start by looking at /includes/templates/your_template/templates/tpl_product_info_display.php; a modules/?/product_info.php and/or (?)tpl_attributes.php will likely be the place to strip the clearBoth out of the attribute output building. I can look again when I get home if you still need help.