This is the setup I have so far:
-
I have a WooCommerce site with products. I created a custom taxonomy called ‘Brands’ for the products.
-
Products are sorted into categories (like Shapewear, Hosiery etc) and Brands.
The problem:
-
The product category pages look great with all products in 3 columns and all thumbnails the same size:
-
The Brands pages, however, don’t display well. For some reason the thumbnails are not the same size, and so the 3 columns do not display correctly:
Please note:
-
I have already removed all my own custom code to make sure that I did not accidentally cause this, but this did not fix the problem.
-
When I inspected the elements on these two pages I found that for some reason the UL element on the product category page has class=“products cols-3”, but the same element on the Brands custom taxonomy page only has class=“products” and this appears to make all the difference.
Why is this happening, and how can I fix it?

