ShuiFeng Posted June 5 Share Posted June 5 (edited) I've tried a myriad of commands, none of them work. How do I center align the meta data (author and post date) on my blog posts? https://shuifeng.squarespace.com/blog Password: SHUIFENG Here is an example of what I've tried. .blog-meta-item { text-align: center !important; } Edited June 6 by ShuiFeng Link to comment
Solution ShuiFeng Posted June 7 Author Solution Share Posted June 7 Thanks @tuanphan! This worked great. /* Blog - Center Author and Date */ .blog-item-author-date-wrapper { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment