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

Viewing 10 posts - 31 through 40 (of 41 total)
  • Trevor
    #179127
    This reply has been marked as private.
    Anonymous
    #179133

    Oups…
    I am sorry. I uploaded the new version

    Trevor
    #179136
    This reply has been marked as private.
    Anonymous
    #179138
    This reply has been marked as private.
    Trevor
    #179142
    This reply has been marked as private.
    Anonymous
    #179154
    This reply has been marked as private.
    Trevor
    #179170

    It is now as you want? Can I close this thread?

    Anonymous
    #179175
    This reply has been marked as private.
    Trevor
    #179178
    This reply has been marked as private.
    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;}
Viewing 10 posts - 31 through 40 (of 41 total)