Hi,
I want to move the product category description (Products Archive) in to the bottom of the page below the paginations but I want the description to be full page width.
I add a line in the file functions.php:
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
Unfortunately, the description is not for the full page.
When creating a new Product Archive file and use Items -> Product Archive -> Archive Products the styles and layout are not the same as in the basic version (class=”kosi-sorting”).
How to do it ? Thank You 🙂