Sorry about that corporatemagician…I did finally find it however.
You need to add this to your function.php (mine is a theme so added to custom_function.php)
add_filter('widget_text', 'do_shortcode');
I added mine right before the existing script:
add_filter('body_class','et_browser_body_class');
The short code in the text widget worked for me with that added. Hope it works for you!