Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #682902

    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.

    #684926

    Hey Gregory,

    Sorry for the late reply, please try the following in Quick CSS:

    li.product-category {
        width: 32% !important;
    }

    Best regards,
    Rikard

    #684946

    That did the trick … million thanks !

    #685563

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Show Product Categories’ is closed to new replies.