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

Search filter display

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34341
    craymondcraymond
    Participant

    Hello,
    Need a little with the filter display. My filter list is long, and running it down the side works but isn’t ideal. Is it possible to load these filter full width, multiple column under the search bar(see attached image)? The best search tool for WordPress by the way, keep up the great work. Thanks in advance.

    #34347
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sure, try this custom CSS:

    .asp_filter_tax {
        width: 100% !important;
        min-width: 100% !important;
    }
    
    .asp_filter_tax .asp_simplebar-content {
        display: flex !important;
        flex-wrap: wrap;
    }
    
    .asp_filter_tax .asp_option {
        margin-left: 0 !important;
    }
    
    .asp_filter_tax .asp_option .asp_option_label {
        white-space: nowrap;
    }

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    #34348
    craymondcraymond
    Participant

    That worked great, thank you! Last two questions:

    1) Is it possible to change the wording of “Filter by Categories” to something else?
    2) Is there a way to not have the child checkboxes auto selected?

    Thanks again for your help.

    #34353
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are welcome!

    1. Yes, you can change it under the display mode options: https://i.imgur.com/b2oEFsM.png
    2. I’m afraid not, that is a hard-coded feature.

    #34361
    craymondcraymond
    Participant

    Thanks again Ernest. This has been a big help. All the best.

    #34372
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search filter display’ is closed to new replies.