Looking to center justify the text and price list under the product image in the collections page. The text is currently left-aligned. I know this should be a simple line, but I’m stumped.
link to page: https://www.urban-engravings.com/collections/cutting-board
@UE2021 - add this css to the very end of your theme.css file and check
.product-item__info-inner{text-align: center;} .product-item__title {text-align: center;}
That does it! Thank you for the quick reply and solution.
@UE2021 - welcome