Forums Forums Search & Filter Pro Pagination placement

Viewing 1 post (of 1 total)
  • Trevor
    #57925

    Some custom css for you:

    .search-filter-results div.pagination {
      width: 100%;
      display: block;
    }

    or, it might need to be:

    .search-filter-results div.pagination {
      width: 100% !important;
      display: block !important;
    }
Viewing 1 post (of 1 total)