移动WooCommerce标题和产品快速信息下面的图库缩略图

I work on small project, and have one little issue that cant resolve myself. I want to move title , social sharing, category and other similar info bellow image gallery thumbnail, and to extend feature image and thumbnail zone in width. To explain much better with image:

enter image description here

I tryed to move that area bellow using this function:

remove_action( 'woocommerce_before_shop_loop_item_title', 
'woocommerce_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_after_shop_loop_item_title', 
'woocommerce_template_loop_product_thumbnail', 10 );

but dont seems to make difference. Anyone with some help, to guide me how to resolve this?