Forums Forums Search & Filter Pro css-horizontal

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

    Hi

    Can you help me a bit with the css to display the search bar horizontally?

    Anonymous
    #80789
    This reply has been marked as private.
    Trevor
    #80833

    Something like this I would think:

    #search-filter-form-74 ul li {
      display: inline-block;
      margin-right: 20px; 
    }

    As Custom CSS to add to your site.

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