yesssssssssss / CSS / clear:left / argkljslfkdjs
/* Added by Tess */
@media screen and (min-width: 768px) {
.category-product:nth-child(5n+6) {
clear: left;
}
}
@media screen and (max-width: 767px) and (min-width: 640px) {
.category-product:nth-child(3n+4) {
clear: left;
}
}
@media screen and (max-width: 599px) {
.category-product:nth-child(2n+1) {
clear: left;
}
}