Forums Forums Search & Filter Pro Horizontal view of set of search option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #191811

    How to put search option Horizontally in Shortcode option instead of current view in page see
    https://careervistar.com/candidates-search/

    Trevor
    #191822

    To display your search form horizontally, add the following to you theme’s CSS:

    .searchandfilter > ul > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
    }

    Here is our documentation on this:

    (link)

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