Skip to content

Snippet: 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;
}
Back To Top