Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter by category › Reply To: Filter by category
December 10, 2019 at 11:23 am
#24984
Keymaster
Hi,
Try this variation:
.asp_sb {
max-width: none !important;
}
.asp_sb form {
height: auto !important;
}
.asp_sb fieldset {
min-width: 100% !important;
flex: 1 1 0 !important;
position: static !important;
}
.asp_sb fieldset.asp_filter_tax {
flex: 1 1 auto !important;
}
.asp_filter_tax,
.asp_filter_tax .asp_simplebar-content {
display: flex !important;
flex-wrap: wrap;
}
div.asp_sb.asp_sb_1.searchsettings .asp_option_inner label {
background-image: linear-gradient(180deg, #5da6e6, #10b2ff);
}