hi,
in product display, i want to show 4 columns and 15 rows per page, could u please to help me to do it??
thank you
return 4; // 4products per row
ul.products li.product {
width: 25%!important;
}
@media (max-width: 580px) {
ul.products li.product {
width: 100%!important;
}
}