To force your products into two columns in your archive pages on mobile rather than one column, add this to your custom css box in Theme Options:
@media (max-width: 400px) {
.kad_product {
width: 50%;
float: left;
}
}
To force your products into two columns in your archive pages on mobile rather than one column, add this to your custom css box in Theme Options:
@media (max-width: 400px) {
.kad_product {
width: 50%;
float: left;
}
}