You open flypage.tpl.php file in componentscom_virtuemartthemesja-mesolitetemplatesproduct_details folder , find following code section at about line 22 :
<?php if( $this->get_cfg('showManufacturerLink') ) { $rowspan = 5; } else { $rowspan = 4; } ?>
change to :
<?php if( $this->get_cfg('showManufacturerLink') ) { $rowspan = 4; } else { $rowspan = 3; } ?>
continue , find following code section at about line 44 :
<td rowspan="1" colspan="2"><hr />
<?php echo $product_description ?><br/>
change to :
<td rowspan="1" colspan="3"><hr />
<?php echo $product_description ?><br/>