Hi,
To do that you'll also have to edit the code of the "show_default" file of the "product" view of your front-end template through the page "Hikashop->Display->Views".
For example, if your want your product description to show through the right part of your product page, you'll have to move these lines :
<div id="hikashop_product_description_main" class="hikashop_product_description_main">
<?php
//DISPLAY the product description
echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description));
?>
</div>
Just after this line :
<div id="hikashop_product_right_part" class="hikashop_product_right_part span6">