Ah, disregard my previous post. I was getting you mixed up with someone else who made customizations.
There is a tiny fix that needs to be done to one of the php files. The file that needs to be adjusted is located in the lib folder called output.php. Here is what the line looks like by default (located on line 19) –
$opts = apply_filters( 'aspire_images', array( '1', '4', '5', '7', '9', '11' ) );
Those numbers represent the widget areas. Notice the 12 widget is missing. So we can add it in like this –
$opts = apply_filters( 'aspire_images', array( '1', '4', '5', '7', '9', '11', '12' ) );
I’ll add this in the next update.
Let me know if you need help adding this in. If so, all I would need is a temporary login.