add this css there to center the titles
h3 .full-unstyled-link {
text-align: center;
}
A user seeks help centering product prices on their Shopify store.
Solution Provided:
.price__container with display: flex and justify-content: center)Additional Request:
.full-unstyled-link h3 with text-align: centerStatus: Issue resolved. User confirms the solution worked and expresses gratitude.
add this css there to center the titles
h3 .full-unstyled-link {
text-align: center;
}