Hi.
Thank you for contacting us and sorry for the late response.
To custom the content of the single product page.
1. You need to custom the div tag in the single product details at this file wp-content/themes/noo-mebla/woocommerce/content-single-product.php as this https://prnt.sc/m4ql6r
2. Add the custom CSS
.noo-woo-all-images-wrap {
.woocommerce div.product div.entry-summary {
3. Add action
add_action( 'woocommerce_before_single_product_summary' , 'bbloomer_add_below_prod_gallery', 99 );
After do 3 step, it will have the layout as this https://prnt.sc/m4qlk4
Please check it again.
Thanks.