/home/arranoyd/www/wp-content/plugins/unyson/framework/extensions/forms/config.php
<?php if ( ! defined( 'FW' ) ) {
	die( 'Forbidden' );
}

$cfg          = array();
$cfg['items'] = array();

//Define default Forms items default width. Forms takes the middle value
$cfg['items']['width'] = '1_2';