Home › Forums › WoodMart support forum › I have set the display list for the desktop, is it possible to set the grid for › Reply To: I have set the display list for the desktop, is it possible to set the grid for
May 13, 2021 at 11:47 am
#292105

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
@media (max-width: 768px) {
.elements-list .product-list-item {
width: 50%;
max-width: 50%;
}
}