Kadence
Two Product Columns in Mobile
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;
}
}
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!