Viewing 1 replies (of 1 total)
  • Try this custom css;

    .woocommerce ul.products,
    .woocommerce-page ul.products {
      width:60%;
      margin:auto;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 46%;
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    It will only work if there are exactly two products. To make something that will centre any number of products would be much more work.

Viewing 1 replies (of 1 total)
  • The topic ‘Position products in page center’ is closed to new replies.