Craft Theme. How do I centre the collection page header and description

Hi there. I’ve switched to the craft theme for my online store and I love it, the only thing I can’t get my head around is how to centre the header and collection description on the collections page

Hello There,

Please share your store URL and password.

So that I will check and let you know the exact solution here.

https://dpketpro2rl1r7qu-56906285253.shopifypreview.com

It’s a preview because I’m currently running a different version on my site

thanks

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset >base.css and paste this at the bottom of the file:

.collection-hero__text-wrapper {
    text-align: center;
}
.collection-hero__description.rte {
    margin: 0 auto;
}

This code worked, but not at the bottom of base.css - but it did work in the custom CSS section on the page.

Hello there,

Working fine!