OK I managed to figure it out.
If you put the facets search widget into a post or page, and there is space for columns, this code will do it.
Just replace the last 3 lines of ‘faceted-search.css’ with this:
li.facetedsearch_li {
vertical-align:top;
margin-right:20px;
display:inline-block;
list-style:none !important;
}
SOLVED!!!!