Forums Forums Search & Filter Pro Need to refresh page after filtering. Help…

Viewing 10 posts - 11 through 20 (of 23 total)
  • Anonymous
    #259688
    This reply has been marked as private.
    Trevor
    #259735

    You would need to enclose the CSS I gave you in a media query:

    @media (min-width: 768px) {
      .searchandfilter > ul > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
      }
    }

    If that option does not work to scroll correctly, something else in the site (plugin, code or theme) must be stopping it from working). I would not know what is doing that. You could try to find out by deactivating as many plugins as you can and testing.

    Anonymous
    #259877
    This reply has been marked as private.
    Anonymous
    #259879
    This reply has been marked as private.
    Anonymous
    #259881
    This reply has been marked as private.
    Anonymous
    #259883
    This reply has been marked as private.
    Trevor
    #259894

    You would need to upload the screenshot image(s) to a file sharing site (like the WordPress Cloudup site, Google Drive, Weshare, Dropbox, etc) and share the link with me.

    Anonymous
    #259908
    This reply has been marked as private.
    Trevor
    #260065
    This reply has been marked as private.
    Anonymous
    #260077
    This reply has been marked as private.
Viewing 10 posts - 11 through 20 (of 23 total)