Hello Skandha,
An additional remark
I searched on the internet and saw a number of times the next php:
// Move Product tabs underneath the product images
// =============================================================================
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 10 );
add_action( ‘woocommerce_product_thumbnails’, ‘woocommerce_output_product_data_tabs’, 10 );
// =============================================================================
I used this one. The effect was at the first sight good, but at the second sight: the product gallery didn’t work anymore
If I added a product gallery, then there are images, but the gallery doesn’t work. Clicking on a thumbnail shows an empty space on the image position and the description is gone.
Deleting the product gallery, the description is at the right place.
So this was a partial solution. Maybe you have a complete solution.
Kind regards
Hans Hagmeijer