Hello @ndavis43521,
You can add the following custom CSS in Admin Dashboard > Appearance > Customize > Additional CSS to center Align the contact Details Widget contents :
.wpcw-widget-contact li {
text-align: center;
font-weight: 600;
}
.widget-area .wpcw-widget-contact ul li:before {
content: none;
}
Also, in response to your thread ( http://themepalace.com/topic/bolding-text-in-different-widgets/#post-65236), we have included the CSS code to bold the Contact Email link here too.
Hope this Helps,
Best Regards !!