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
Last updated: October 31, 2021
Was this page helpful?
Thanks for the feedback!