Archived topic
woocommerce sub categories not intending
3 replies · Started by Joanne Smith on March 12, 2016
hi
woocommerce sub categories not intending -- do you have a fix for the widget to show the sub categories as indents of the main category
Hi there,
I'm not seeing any sub-categories in that widget while looking at the code - they all seem like top level categories.
Tom
I changed my mind and made the sub categories main categories -- however -- if I did want to make sub categories it still does not work-- I have added a sub category underAnimals as a test to show you that it does not work --
https://shop.glassvinylgraphics.com.au/product-category/animals/dogs/
Give this CSS a try:
.product-categories .children {
margin-left: 1.5em;
padding-top: 5px;
}
.product-categories .children li:last-child {
padding-bottom: 0;
}
