This topic has 7 replies, 3 voices, and was last updated 3 years ago ago by Goostaf
Hello, is it possible to separate subcategories and products into categories? They merge, not very convenient ..
Hello,
WooCommerce displays them in the same list. So, it’s possible to implement only by additional customization.
Regards
Maybe at least some space or something?
Hello,
Try this code https://wordpress.org/support/topic/subcategories-are-showing-with-the-categories-and-products/#post-11206852 Maybe it will help you.
Regards
Great, thank you very much, the only thing, if there is an opportunity to slightly correct the layout, it will be great, for example, lower it under the filter, otherwise it runs over a little, it will be just great.
Hello,
Try to use the next custom CSS code:
.filter-wrap .products-loop {
order: 3;
margin-top: 20px;
}
.filter-wrap .filter-content {
flex-direction: column;
align-items: start;
}
.filter-wrap .products-per-page {
position: absolute;
right: 0px;
}
Regards
Whoa, super, how cool you are, thank you very much
Tagged: persuasive, products, separate, subcategories, templates, woocommerce, wordpress
The issue related to '‘Separate subcategories from products’' has been successfully resolved, and the topic is now closed for further responses