Describe the bug
DreamHost contacted us about an issue loading the Customizer. User's site was returning a DivideByZeroError on class-boldgrid-framework-control-col-width.php:119
Add error handling to ensure that we don't break existence if $items_in_row evaluates to zero.
if count( $row['items'] ) === 0 : continue