Hi @gabrielfuentes
I have followed your custom CSS but there is nothing happened there, but I insert this custom code inside the function.php, it works and separated into up and down. But how do I move to the right side for the title and the price?
remove_action( ‘woocommerce_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 10 );
add_action( ‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 9 );