Home Forums Basel support forum Filters 6 Columns Reply To: Filters 6 Columns

#1047

Artem Temos
Keymaster

Hello,

Thank you for contacting us.

There is no six columns option in our theme by default. But you can achieve that by adding the following code snippet in Theme Settings -> Custom CSS for desktop:

.filters-inner-area > div {
    width:15%;
}

Hope this will help you.