How can I center align all my blog post titles?

How do I centre align my blog post title? I want all my blog post not only the specific link.

https://brainrichkids.com/blogs/news/customer-spotlight

1 Like

@Karl29

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.scss.liquid->paste below code at the bottom of the file.
#shopify-section-article__main .heading-wrapper {
align-items: center;
}
1 Like

@Karl29

Please add the following code at the bottom of your assets/styles.scss.liquid file.

#template-article #shopify-section-article__main .title{ margin: 0 auto; }
#template-article .container.blog-meta { text-align: center; }

Hope this works.

Thanks!

1 Like