Center Tag Element on the bottom of blog post

To center tab on bottom of blog post.

image

You can use this code to Custom CSS box.

If code doesn’t work, you can comment below, message or email me.

div.blog-meta-item--tags {
    text-align: center;
}

Result

image

1 Like