Center Blog Entry Content
/* 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;
}
Learn how to add custom CSS to your site.