i solved the multiple columns “problem” with a couple of line of css.
add this to your css child-theme style to have 3 result for row:
#wpsl-result-list li {
width: 33%;
float:left;
}
if you need 4 in a row change 33% with 25% etc etc
I hope this help you
Bye Apaxxx