Problem with Columns in WooCommerce
-
Hello,
So I was able to change the number of columns in WooCommerce from the standard 4 to 2, but there seems to be some sort of table that is stopping me from being able to use all of the space. So there are two “phantom” columns that are blank but still take up space.
The things that I have done:
1) I added this code to my theme’s functions
global $woocommerce_loop;
$woocommerce_loop[‘columns’] = 2;2) I changed the images’ CSS to {width:auto;} so the images will actually be full sized.
Now they are overlapping AND they are stuffed into two columns (with two blank columns to the side).
Is there any way to fix this? Has anyone else had issues with blank columns when changed the number of columns?
You can see the site at https://www.vtwoodenware.com
- The topic ‘Problem with Columns in WooCommerce’ is closed to new replies.