How do I center text in a collection block on a homepage?

Hello,

I am looking to center the text of a section on this websites homepage. Please see the attached image where I have outlined the test in red that I need centered.

Here is the LINK to the website

Thanks

MM

1 Like

Hello!

Try adding this code to the bottom of theme.scss.css (or theme.css)

.product-carousel-title {
    margin-left: auto;
    margin-right: auto;
}