How can I center the title of my blog page?

I want to centre the title of my blog page, I’m attaching the screenshot please suggest to


me how to do it?

Hi,

Please share your store URL.

Thanks

Hi,

Add below CSS to base.css.liquid file at the end of file.

.blog .title-wrapper-with-link .blog__title {
    width: 100%;
    text-align: center;
}

Thanks

Hit Like and Accept as Solution

1 Like

added that code and saved it but still, the


title is left aligned.

https://skinyoga.com/

Hi,

Please check comment again.

I modified the css.

Thanks

1 Like

thanks a lot it’s done. expect to that i have one more problem if you can suggest the solution.

Hi,

Please share.

Thanks

1 Like

i wanted to show read time in my blog page as I’m


sharing the example of Mauli rituals. i have added some code but not getting it. what should i do to add it?

Hi,

Do you have any idea of Metafields?

If yes create a definition for Blog post and add the code where you want.

Thanks

1 Like

i know meta field. but expect to that i don’t know what you asked to do

Hi,

Please follow the steps to create definition.

Creating custom metafield definitions · Shopify Help Center

Thanks

1 Like

what should i select as content type?

You can select text,

Single line

No accept list

1 Like

I have added the blog meta field but am not able to do further steps. can you please tell me the steps to do that? (to add read time of each blog on blog page?)