How can I center the title on my collection page?

Hi,

As it can be seen in the image, my collection title is left aligned and I want to center the title to be on the description text centered. How can I center the title “Cooking Equipment”?

The problem can be seen from the link below in my collection page;

https://restauranium.com/collections/cooking-equipment

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme-styles.css and paste this at the bottom of the file:
.page-header.header-title {
text-align: center;
}

Thank you very much!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.