The brands in the filter sidebar have two rows
-
Hello, its fixed, another question please, the brands in the filter sidebar have two rows, but only one row on tablets and mobiles, how to get 2 rows as well on tablets and mobiles please ?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .woodmart-woocommerce-layered-nav .swatches-display-double li {
flex-basis: 50%;
max-width: 50%;
}
}
Best Regards