Forums Forums Search & Filter Pro Two Columns

Viewing 3 posts - 1 through 3 (of 3 total)
  • Trevor
    #104416

    You would need some Custom CSS, like this:

    .searchandfilter > ul > li.sf-field-category {
      display: inline-block;
      margin-right: 20px;
      float: left;
    }
    .searchandfilter > ul > li.sf-field-tag {
      display: inline-block;
      float: left;
    }
    .search-filter-results, .sf-field-submit {clear: both;}
    Anonymous
    #104472

    That looks much better! Is there a way to move the submit button to the second column?

    Trevor
    #104474

    Probably this would do it. Change this line:

    .search-filter-results, .sf-field-submit {clear: both;}

    to this:

    .search-filter-results {clear: both;}

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