Hello Dennis,
Sure, using some CSS code will do the job :
www.hikashop.com/support/documentation/1...the-display.html#css
Also if you want to move previous/next buttons, the solution will be to directly edit the code of the "Show" file of the "Product" view of your front-end template via "Hikashop->Display->Views", and move these lines :
if(!empty($this->links->previous))
echo '<a title="'.JText::_('PREVIOUS_PRODUCT').'" href="'.$this->links->previous.'"><span class="hikashop_previous_product"></span></a>';
if(!empty($this->links->next))
echo '<a title="'.JText::_('NEXT_PRODUCT').'" href="'.$this->links->next.'"><span class="hikashop_next_product"></span></a>';
Kind regards,
Mohamed.