[Resolved] woocommerce sub categories not intending

Home Forums Support [Resolved] woocommerce sub categories not intending

Home Forums Support woocommerce sub categories not intending

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #178854
    Joanne Smith

    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

    #178864
    Tom
    Lead Developer
    Lead Developer

    Hi there,

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

    #178874
    Joanne Smith

    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/

    #178954
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a try:

    .product-categories .children {
        margin-left: 1.5em;
    	padding-top: 5px;
    }
    .product-categories .children li:last-child {
    	padding-bottom: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.