I did something that turned my 4 column product pages to 2 column and want to undo it so that they are 4 col pages.
(The answer is not in the obvious places in Woo commerce)
Can someone be so kind as to check my CSS?
Hi!
You have following code
.responsive #top #main .products .product {
margin: 0 8% 1% 0;
width: 42%;
}
Please remove it
Cheers!
Yigit
OMG- thank you