Centering Info on Blogs

Hi, I’d like to center the blog title, date and author under the blog post, and on the home page. Is this possible?

1 Like

Yes, it is possible.

Shear the URL of your store.

My url is www.kolstadandcompany.com - Also, I am not sure how to make multiple blog posts show up on my home page. Is that possible, too?

Hi @melissakolstad

Which blogs your referring to? Do you mean the policy pages?

open the theme edit code

find the base.css file
paste this code at the end of the file and save it.

// code css
.article-card .card__heading{

text-align: center;

}
.article-card__info{

text-align: center;

}
and yes you can show multiple blog posts if you have multiple blog posts at the backend.