Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Display 2 dropdown filters without Search input? › Reply To: Display 2 dropdown filters without Search input?
March 10, 2020 at 4:00 pm
#26188
Keymaster
Hi,
Sure, you can disable the search bar complete righ here: https://i.imgur.com/IJVit7L.png
Well, I assume you are using an isotopic layout, which is probably not the best choice for that layout. I would rather suggest choosing a theme with “horizontal” layout: https://i.imgur.com/lDE163O.png
In your case it does not really matter which one, as the search bar is not visible either way.
Then via custom CSS you can completely ditch the horizontal scrolling if you want to:
.resdrg {
width: auto !important;
display: flex;
flex-wrap: wrap;
}
.resdrg .item {
flex: 0 0 auto;
}
This will give you a multi row layout like this: https://i.imgur.com/Bare8YZ.png