Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Option not avalible in Display mode for category filter › Reply To: Option not avalible in Display mode for category filter
March 9, 2023 at 4:21 pm
#41704
Keymaster
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;
}