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
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
Hello!
Try adding this code to the bottom of theme.scss.css (or theme.css)
.product-carousel-title {
margin-left: auto;
margin-right: auto;
}