Reply To: Filter categories displayed in two columns

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Filter categories displayed in two columns Reply To: Filter categories displayed in two columns

#8486
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi Scott!

There is one way, but I believe it’s not widely supported by all browsers. Try the following custom CSS:

.mCSB_container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

I’m not sure how it will look or work, but it should definitely do something.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)