How can I center collection page titles in the Minimal theme?

Hi

Can anyone please help with centering the collection page titles. So example in the screenshot. I want the title ‘Stationery’ moving to the centre from the left, thanks.

Hi

Yes it’s mollycoddlemeg.co.uk Preepi

Kind regards

Molly

Hi Molly,

You can achieve this through custom CSS, by applying the below css at the end of your theme.scss.css file:

@media (min-width:768px) {
header.section-header.section-header--large {
  position: relative;
}
h1.section-header__title.section-header__title--left {
  width: 100%;
  position: absolute;
}
}

Let me know if this addressed your question.

Cheers!

1 Like

Hi Gabriel

That worked a treat, thanks.

Kind regards

Molly