Craft theme - center text in Featured Collection

Hello, could anybody help with how to get the header and body text centred in a featured collections? See image below.

Website is https://paper-love-4913.myshopify.com password is eatsin

Thank you

Hi

Your store is can’t be opened.

It need access.

Thank you.

Thank you, the password is eatsin

Hi,

I checked it in my device in that header text already in center

for body text:

Please add below css code at bottom of assets/base.css file

.card__content .full-unstyled-link {

text-align: center;

}

Thank you.

Hello @paperlove ,

You may follow these steps:

Go to Online Store → Theme → Actions → Edit code

Go to theme.liquid file → add this following code at the bottom of page:

.template-collection .page-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

Save and preview

Let we know if you have any further questions.

Ali Reviews team.

Thank you for your help, unfortunately it didn’t work but so appreciate
your time in trying to find a solution for me. I have found a workaround
in using a rich text which can be centred and just using this for now to
achieve the look I am after!

Thanks again