The modern theme made available by the good folks at Varian for their free e-commerce product Magento is a great template and a good starting point for anyone looking to customise magento for their own look and feel.  However, the default layout has the Related products block in the left hand menu which unless you have very long product descriptions can leave the page unbalanced.

These instructions will move the block to to the centre under the product descriptions.

You can see this at work here on a <a href=”http://www.cl-floraldesigns.co.uk”>wedding flowers</a> site.
In catalog.xml find

<reference name=“right”>
<
block type=“catalog/product_list_related” name=“catalog.product.related” before=“-” template=“catalog/product/list/related.phtml”/>
</
reference>

Remove or comment out

<block type=“catalog/product_list_related” name=“catalog.product.related” before=“-” template=“catalog/product/list/related.phtml”/>

More >