Hi AlliantStudios,
Kindly open wp-content\themes\choices\functions.php and find this code block:
$avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'one alpha', 'entry' => 'seven');
$avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four', 'meta' => 'one alpha', 'entry' => 'seven');
Just replace eight to nine, four to three, and seven to eight. The new code should look like this:
$avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'one alpha', 'entry' => 'eight');
$avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three', 'meta' => 'one alpha', 'entry' => 'eight');
Hope this helps. :)
Regards,
Ismael