Forums Forums Search & Filter Pro Posts stop filtering after first filter

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

    Hi Edgar. So I can look at the first question, I might need to log in as an admin and look at/edit the search form. You can send credentials here as a private reply. HOWEVER, for me it works fine. You will need to tell me what you are selecting (in sequence) that does not work.

    As to the second question, this is the css that gives padding between the controls:

    .searchandfilter ul li {
      padding-right: 10px;
      padding: 10px 0;
    }

    You might override this in custom css like this:

    .searchandfilter ul li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }

    Trevor
    #60792
    This reply has been marked as private.
    Trevor
    #60794

    It may be becasue you have the Results Container set to #main (the default), whereas for you theme it is .archive-col-list I think.

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