Okay
  Public Ticket #1770893
Too much spacing between catagories row in product pages
Closed

Comments

  •  2
    JC2016 started the conversation

    Hi, I am not sure if it is because I updated to the latest theme version, the spacing between each categories is too wide. Please see screenshot.

  • [deleted] replied

    Hi there,

    Please add the code below to your Custom CSS area:

    @media screen and (min-width: 768px) {
        .woocommerce .products .product {
         min-height: 230px !important;
        } }

    Have a great day!