Hello,
I think we have a solution, but as expected this come from your template creator, and so you have to edit this file
YourWebSite/templates/at_vegeret/css/default.css line 556
You have this :
#hikashop_product_bottom_part {
position: absolute;
width: 50%;
/* top: 27%; */
top: 44%;
right: 0;
}
I suggest to modify this to have this :
#hikashop_product_bottom_part {
width: 50%;
float: right;
}
And add this command :
div#hikashop_product_right_part, div#hikashop_product_left_part {
height: 200px;
}
Process some test with this css command to see if that fit your needs, and especially for other product page.
Hope this will help you to solve your display issue.
Regards