Hello I'm using this css style :
grid-template-columns : repeat(auto-fill,minmax(250px,1fr));
grid-auto-rows: 350px;
But it's not working on other browsers like IE. I tried to use css crossbrowser code generator, but I can't find the substitute for this. What I want to do is to display products in a card form, 3 per row, with a specific row size. Thanks in advance!