Quote Originally Posted by jettrue View Post
Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and find the product description section (that whole file is nicely blocked off into sections), and cut and paste the description section where you'd like it. (after product name, after product details, after product attributes, wherever you'd like it)
Thanks for the advice , before you replied I had been messing with the css and managed to get the text where I wanted by doing this:

#productDescription {
border:1px solid #bfbfbf;
margin-top:-225px;
margin-left:215px;
margin-right:30px;
clear:both;
}

Is it ok to leave it like this as it looks just like I wanted or have I done something that is not wise in the css perhaps?