Hello,
It is standard place to show product gallery http://prntscr.com/fgv1xz http://prntscr.com/fgv2cxb
To reduce it you can add this code in Theme Options > Custom css:
.single-product .product-navigation {
padding-bottom: 0;
}
.product-information .price {
margin-bottom: 10px;
margin-top: 5px;
}
.product-information .short-description {
margin-bottom: 10px;
}
.single-product table.variations {
margin-bottom: 0px;
}
.single_variation_wrap {
margin-top: 5px;
}
.single-product .product-information {
margin-bottom: 5px;
}
.single-product .product_meta {
margin-top: 5px;
margin-bottom: 5px;
}
.product_meta > span {
line-height: 20px;
}
Regards,
Rose Tyler.