Forums Forums Search & Filter Pro Make Checkbox Horizontal?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #211903

    I have a checkbox search option with 7 options to choose from. With that, the search form is a bit long. Is there a way I can make the options horizontal/side-by-side to condense some space?

    Also, is there a way to re-arrange the options?

    You can see the search box here: https://www.dailyactor.com/monologues/matilda-the-musical-mr-wormwood/

    Thanks!

    Trevor
    #211923

    Options in a form field can be manually re-arranged if they are Post Meta, but not for taxonomies.

    Custom CSS like this would do it:

    .searchandfilter .sf-field-taxonomy-age-range > ul > li {
      margin-left: 10px !important;
      display: inline-block;
    }
    Anonymous
    #212071

    Thanks! The horizontal boxes looks perfect!

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