WooCommerce category column spacing
-
Trying to display 4 columns of categories with WooCommerce and style them like the product pages. I used the following shortcode.
[product_categories ids=”1,2,3″ orderby=menu_order]
Then to get them to display in even columns I had to add this CSS. I need to have space between the columns.
.products.columns-4 > li {
width: 25%;
text-align: center;
}
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘WooCommerce category column spacing’ is closed to new replies.