How do I change the appearance of the row, column down to a slide like in the section .etheme-product-grid-bordered:not(.type-slider)>div.
I want to change the appearance of the outlet page https://dinusciptamandiri.com/outlet/ to be like a section .etheme-product-grid-bordered:not(.type-slider)>div.
I have try to ad css code:
@media (min-width: 600px) {
.cards { grid-template-columns: repeat(2, 1fr); }
}