Site logo

Archived topic

woocommerce sub categories not intending

3 replies · Started by Joanne Smith on March 12, 2016

Viewing posts 1–4 of 4

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

woocommerce

Hi there,

I'm not seeing any sub-categories in that widget while looking at the code - they all seem like top level categories.

Give this CSS a try:

.product-categories .children {
    margin-left: 1.5em;
	padding-top: 5px;
}
.product-categories .children li:last-child {
	padding-bottom: 0;
}
This archived topic is closed to new replies.