Hi there,
Which theme are you using for your WooCommerce site? There is usually a theme setting that allows you to display a certain number of products per page and also the number of rows/columns you wish to display them with.
You may need to check with your theme developer how to go about setting this up.
Hope this helps 🙂
Trav
-
This reply was modified 9 years, 4 months ago by
Travis.
The page markup is setup for 2 columns. There are various things you can do to change to 3 columns:
– check your theme settings / theme customization area. wordpress.org forum members don’t have access to commercial themes so I can’t tell you where to look.
– ask your theme vendor’s support service
– check this page:
https://docs.woocommerce.com/document/change-number-of-products-per-row/
it contains both some code you can put in functions.php for a child theme, and to a plugin you can try.
There may be other things you can do but check those first.