Forums Forums Search & Filter Pro Custom CSS

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

    Are you able to send me a live link/URL to your search page so I can take a look?

    Please make sure that you do not have any of the following active:

    1. A CDN
    2. A WordPress cache plugin
    3. A minification/combiner plugin (like Autoptimize) – some cache plugins (from 2) contain these
    4. A server cache

    And also check to make sure you have cleared your browser cache (or bypassed the browser cache)

    Anonymous
    #156012
    This reply has been marked as private.
    Trevor
    #156040

    On the select boxes, for example, you have to make the labels 100% width, like this:

    .searchandfilter label {
      width: 100%;
    }

    Then the select will expand to that with your CSS. What other bits don’t appear to be working?

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