Forums Forums Search & Filter Pro Posts Display only with the featured image

Viewing 2 posts - 41 through 42 (of 42 total)
  • Trevor
    #179195

    In the meantime, to set the form fields horizontally, you need to use custom CSS, like this:

    .searchandfilter > ul > li {
      display: inline-block;
      margin-right: 20px;
      float: left;
    }
    .searchandfilter > ul > li:last-child {
      margin-right: 0;
    }
    .search-filter-results {clear: both;}
    Trevor
    #179654
    This reply has been marked as private.
Viewing 2 posts - 41 through 42 (of 42 total)