Aloha,
just go my trail going and wanted to have 3 product shown per row. No its 2,4 ..
What do I need to do and can you do it when in trail?
Kindly
Aloha,
just go my trail going and wanted to have 3 product shown per row. No its 2,4 ..
What do I need to do and can you do it when in trail?
Kindly
Hello @Zafarilife
Please follow the steps:
@media screen and (min-width: 990px){
.collection .grid--quarter-max.grid--4-col-desktop .grid__item {max-width: 33% !important;}
.collection .grid--4-col-desktop .grid__item { width: calc(33% - 1rem * 3 / 3) !important;}
}
Thanks a bunch!!!
Worked for me too! (Dawn theme) THANKS!!!