Quote Originally Posted by DeFluxx View Post
Can you please help me out with this. On my product listing, the "Qty Discounts New Price" box is farther down than I would like it to be. I would like it moved up to be in line with the "Add to cart", in fact, if I could move the "tell a friend" button up as well, that would be nice too!

Here is a screenshot: http://enchantingdream.com/example.jpg

Here is a link to the page itself:
<http://www.enchantingdream.com/Testsite/index.php?main_page=product_info&cPath=240_250&products_id=4853>

Thanks
First, remove the margin:1em from the #cartAdd section of your stylesheet.

Then open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and remove the:
<br class="clearBoth">

that is right before:
<!--eof Product details list -->

See if that's closer to what you'd like.