Forums Forums Search & Filter Pro Horizontal Search Bar

Viewing 1 post (of 1 total)
  • Trevor
    #106165

    You would need to use Custom CSS. A very basic example is:

    .searchandfilter > ul > li {
      display: inline-block;
      margin-right: 20px;
      float: left;
    }
    .searchandfilter > ul > li:last-child {
      margin-right: 0;
    }
    .search-filter-results {clear: both;}
Viewing 1 post (of 1 total)