Hi bluewave,
Try to edit the frontend css file in HikaShop > Configuration > Display.
And add/edit the following property to the class like that:
.hikashop_main_image_div{
float:left;
}
And add the code:
Under:
if (!empty ($this->element->images) && count($this->element->images) > 1) {
foreach ($this->element->images as $image) {
echo $this->image->display($image->file_path, 'hikashop_main_image'.$variant_name, $image->file_name, 'class="hikashop_child_image"','', $width, $height);
In the view "product / show_default" in HikaShop > Display > Views.