Home › Forums › Basel support forum › Sort By & Filter by Price › Reply To: Sort By & Filter by Price
September 30, 2017 at 5:23 am
#20473

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings
.filter-widget {
width: 33%!important;
}
.filters-inner-area>div:nth-of-type(4n+1) {
clear: none!important;
}
.filters-inner-area>div:nth-of-type(3n+1) {
clear: both!important;
}