Viewing 3 replies - 1 through 3 (of 3 total)
  • RK a11n

    (@riaanknoetze)

    I’ve just had a look at your site and it seems that you’ve since changed things to be in a 4-product row (although the 4th product is still forced onto a row of its own). The following custom CSS in your WordPress settings under Appearance > Customize > Additional CSS should help with that:

    
    @media (min-width: 768px) {
      .site-main ul.products.columns-4 li.product {
        margin-right: 0% !important;
      }
    }
    
    Thread Starter martinrtr

    (@martinrtr)

    Thx ??

    RK a11n

    (@riaanknoetze)

    Sure thing! Glad it worked ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘category grid’ is closed to new replies.