Home › Forums › Basel support forum › Shop – 4 Products per row list view bug › Reply To: Shop – 4 Products per row list view bug
October 18, 2017 at 5:59 am
#21941
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-grid-item br {
display: block!important;
}