Custom CSS move description category to the bottom

Job ID: 34262028

Budget: €8 – €30 EUR

I want to put the description of my category down. After the products.
I tried this code remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
But notworking. It only remove the descriptions but not put it down
Related categories: PHP WordPress CSS HTML WooCommerce