WooCommerce Category description clear issue

Hi,
I display the products in a list within the category description with a little help from a plugin.
But the product list is displayed beneath the picture. How can I display it directly beneath the description text right hand of the image?
I send you the link and credentials in a secure note.
Thank you!
Hannes

Hi,

To achieve that, you can try adding the code below in Theme Options > CSS

.archive.woocommerce .term-description {
    float: right;
    width: calc(100% - 400px);
}

Hope that helps

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.