Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Styling of Custom field search › Reply To: Styling of Custom field search
January 23, 2020 at 10:11 am
#25418
Keymaster
Hi,
I’m afraid that might not be possible. The closest you could get to that, is to display every item side-by side, like this: https://i.imgur.com/ZvK1JuF.png
For that, you need this custom CSS:
.asp_sb {
max-width: none !important;
}
.asp_sb fieldset {
flex: 1 1 0 !important;
}
.asp_sb fieldset.asp_filter_cf_spirituose_type {
flex: 10 1 auto !important;
}
fieldset.asp_filter_cf_spirituose_type,
fieldset.asp_filter_cf_spirituose_type .asp_simplebar-content {
display: flex !important;
flex-wrap: wrap;
}