Re: Centering Text in collection block

Solved

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

mattpermute
Explorer
68 0 27

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

Screen Shot 2021-11-09 at 12.33.41 PM.png

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Hello!

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

.product-carousel-title {
    margin-left: auto;
    margin-right: auto;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Reply 1 (1)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Hello!

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

.product-carousel-title {
    margin-left: auto;
    margin-right: auto;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).