I’m trying to build a custom webshop home page and used the [product_categories] woocommerce shortcode.
When using this shortcode, the product categories are not properly styled.
When compared to the standard webshop page, we can clearly see that the categories don’t span the full with of the page.
Hey Gregory,
Sorry for the late reply, please try the following in Quick CSS:
li.product-category {
width: 32% !important;
}
Best regards,
Rikard
That did the trick … million thanks !