/* This is for blog entry archives only, the Blog Grid VC module would use different CSS */
body .blog-entry {
text-align: center;
}
body .blog-entry .meta li {
display: inline-block;
float: none;
}
body .blog-entry .wpex-social-share.position-horizontal li {
display: inline-block;
float: none;
}
Snippets: Center Blog Entry Content
Result:

All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.