Filter categories displayed in two columns

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

This topic contains 2 replies, has 2 voices, and was last updated by teamcbms teamcbms 7 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8483
    teamcbms
    teamcbms
    Participant

    Hi,

    I’m testing the search functionality on this page: http://boc.teamcbms.com/personal-team/

    I would like to show the filter categories in two columns. I was able to do it using the inline-block css that someone posted on the forums but that creates l-r, l-r order of items. I would like it to be LLLL, RRRR. Does that make sense?

    Thanks,
    Scott

    #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 :)


    #8493
    teamcbms
    teamcbms
    Participant

    Thank you Ernest. Great plugin btw.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.