Hi Scott,
Not sure that this would be wise for the vast majority of uses, however you can test it out by editing /includes/sf-portfolio.php line 172 from:
$item_class = "col-sm-3 ";
to
$item_class = "col-sm-2 ";
This will override the 4 column option.
Hope that helps.
– Ed