Hi,
by default, I have Woocommerce Coloumn Count setted to 4.
It’s possible set it to 3 coloumns only for iPad?
Hey integraing,
I’m not sure if that would be possible but send us a link to an example page and we’ll have a look at it.
Best regards,
Rikard
Hi,
It is not easily possible to set column count to 3 on tablets. Since you are currently using 4 columns, 3 would display above and 1 would display below and then another 3 – 1 etc. :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab to display 2 columns on tablets
@media only screen and (max-width: 1024px) and (min-width: 768px) {
div .products .product {
width: 49%;
}}
Best regards,
Yigit