Woocommerce Product Categories description in full-width pages
-
Hi,
Please can you guide me, How to make product category description in full width: https://prnt.sc/t90r1d
if core file theme/woocommerce/archive-product.php need any changes please guide me in too.
Thank You!
Hi,
Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization but we don’t have an instruction for this. It is out of our theme support scope.
Regards
Ok, I understand.
Thanks for a quick reply and support 🙂
You are welcome! Feel free to contact us if you will have any questions.
Hi Artem,
I solved my query by adding a CSS class and it is working fine.
File location: /themes/woodmart-child/woocommerce/archive-product.php
<div class=”container”>
<?php
if ( $cat_desc_position == ‘after’ ) {
/**
* Hook: woocommerce_archive_description.
*
* @hooked woocommerce_taxonomy_archive_description – 10
* @hooked woocommerce_product_archive_description – 10
*/
do_action( ‘woocommerce_archive_description’ );
}
?>
</div>
Thank you for making this wonderful theme.
We are glad that you solved it.
Kind Regards
The topic ‘Woocommerce Product Categories description in full-width pages’ is closed to new replies.