Don’t know if this was the cleanest way to do it but I placed the following into php.function file
// Enable shortcodes in widgets
add_filter(‘widget_text’, ‘do_shortcode’);
It works and the formatting is fine. Any other suggestions or do you believe this was the best way to approach it.