Home › Forums › Basel support forum › Shop Filters Columns › Reply To: Shop Filters Columns
November 5, 2016 at 9:04 pm
#6314
Artem Temos
Keymaster
Hello,
Try to add this code snippet to make 5 columns
.filters-inner-area>div:nth-of-type(4n+1) {
clear: none;
}
.filters-inner-area>div:nth-of-type(5n+1) {
clear: both;
}
.filters-inner-area>div {
width: 20%!important;
}
Regards