Home Forums WoodMart support forum Woocommerce Product Categories description in full-width pages

Woocommerce Product Categories description in full-width pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #207509

    woodm101
    Participant

    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!

    #207529

    Artem Temos
    Keymaster

    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

    #207576

    woodm101
    Participant

    Ok, I understand.

    Thanks for a quick reply and support 🙂

    #207577

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you will have any questions.

    #207598

    woodm101
    Participant

    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.

    #207705

    Artem Temos
    Keymaster

    We are glad that you solved it.

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Woocommerce Product Categories description in full-width pages’ is closed to new replies.