Forums › Forums › Search & Filter Pro › form fields positions
- This topic has 9 replies, 2 voices, and was last updated 6 years, 10 months ago by Anonymous.
Viewing 10 posts - 1 through 10 (of 10 total)
-
Trevor(Private) January 12, 2018 at 4:06 pm #152217
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;}
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)