How can I center the Collections title in Minimal theme?

Hi

Can anyone help me in centralising the COLLECTIONS title. It is in Rich text on Minimal theme, thanks

Hii, @Molly8
Provide me your store URL so,
I can solve your issue and give you a proper solution.
Thank You.

mollycoddle-meg.myshopify.com

Password - preepi

@Molly8
Paste this code on top of timber.scss file.

@media only screen and (min-width: 992px) {

.section-header.section-header--small {
    margin-left: 45%  !important;
}
}

Thank You.

hello @Molly8

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-1629550814e1a15ff4 .section-header.section-header--small{
    text-align:center;
}

Hi

That worked really nicely, thanks.

Hi

This centred the text but it was slightly off to the right. But its all sorted now, thanks for your time.