Hi,
Try this.
Go to: wp-content\themes\neighborhood\includes\swift-framework\page-builder\builder\shortcodes\team.php
around line #56 you found this.
if (($sidebar_config == "left-sidebar") || ($sidebar_config == "right-sidebar")) {
$item_class = 'span2';
} else if ($sidebar_config == "both-sidebars") {
$item_class = 'span-bs-quarter';
} else {
$item_class = 'span3';
}
after this add this
if($item_count == 3)
{
$item_class = 'span4';
}
Try this.
I will forward this to another staff, if he has a solution without hacking the code, He will let you know.
Thanks,
laranz.