Studio Theme -> Collection Page ->Featured Product: How To Center Align the Product Title and Price?

Hi, @boltandchisel .

You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.product__info-container {
    text-align: center;
    margin-top: 150px;
}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!