To center Read More & Meta Info on Blog Page.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
div.blog-basic-grid--text {
width: 100% !important;
}
div.blog-meta-section {
justify-content: center !important;
}
a.blog-more-link.preFade.fadeIn {
position: relative;
left: 50%;
transform: translateX(-50%);
}
Result