Hi,
That option has been removed (we didn’t update the documentation yet), because it caused issues with the filters.
It is however still possible to replicate the same output via some custom CSS styling:
.asp-fss-flex {
display: block !important;
}
.asp-fss-flex fieldset {
width: 100% !important;
}
div.asp_w.asp_sb.searchsettings fieldset.asp_filter_tax_document_category {
margin-top: 0 !important;
padding-top: 0;
}
fieldset.asp_filter_tax_document_category legend {
display: none;
}