Hi you previously gave us the below code to make the Product Category on mobiles 50%, is there a way to make that piece of code to work for the on sale items grid
.categories-mask h4 {
font-size: 18px;
word-break: break-word;
}
.products-grid .product {
width: 50% !important;
}
.products-grid .product-category {
display: inline-block;
width: 49% !important;
}