(Squarespace) How to align center categories in blog post

To align center categories in blog post, like this.

You can use this code to Custom CSS.
You can also use this free blog tool so you can customize blog easier without using code.

div.blog-item-meta-wrapper {
    justify-content: center !important;
}

1 Like