Forums Forums Search & Filter Pro Landscape Search – Across the TOP

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #157677

    Hi there, simple question I believe. How can I get the search to display landscape i.e. across the top of the page rather than down the side of a page?

    Regards
    Paul

    Anonymous
    #157680

    I am using Visual Composer Post Grid

    Trevor
    #157775

    You would need to use Custom CSS. There are many code snippets in the forum (found by searching for horizontal CSS, but this is what I normally start with:

    .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 3 posts - 1 through 3 (of 3 total)