This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Display 2 dropdown filters without Search input?

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?

#26188
Ernest MarcinkoErnest Marcinko
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