Viewing 1 replies (of 1 total)
  • I am having a similar problem, but this should be a quick fix.

    If you just want to have three on a line, add this to your functions.php file.

    global $woocommerce_loop;
    $woocommerce_loop[‘columns’] = 3;

    You may have to change the css to make the images align center, but it should fix your issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Shop page products are not being displayed properly’ is closed to new replies.