Tagged: woocommerce
Hello Support Team
https://www.atcarolines.ch/wp/sh
If i try to set at the woocommcerce settinting at > Column and Product Count:
to 4 column it only shows 1 column. it works perfect for 3 and 5 column but not at 4?
Any Idee whats is wrong?
All the best,
Pascal
Hey Pascal,
You had following custom CSS which caused the issue
div .products .product {
margin: 0 1% 1% 0;
padding: 0;
position: relative;
width: 100%;
}
I changed it to following
div .products .product {
margin: 0 1% 1% 0;
padding: 0;
position: relative;
/* width: 100%; */
}
Please review your website now
Best regards,
Yigit