/*== Center Align Titles and Prices Under Product Images in Collections ==*/ dl.price { align-items: center; } .h4.grid-view-item__title.product-card__title { text-align: center; width: 100%; display: inline-block; text-decoration: none; }