Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello - I have Debut theme 16.4.0, and I need to adjust the alignment of products so they sit on the bottom of the row. I have four products in the row, and two sit higher than others. I looked at a solution provided already but the code doesn't work for me. Here's a link to the page: https://talynne.com/collections/black-lives-matter-bags
Please help! Thank you!
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-card .product-card__image-with-placeholder-wrapper .product-card__image-wrapper {
min-height: 249px;
}