(Squarespace) How to align center tags in blog post

To align center tags in blog post, from this.

to 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-meta-item.blog-meta-item--tags {
    text-align: center;
}

1 Like