Add to cart buttons and price on same line in Flow theme for featured collections on homepage

Hi,

I have a nearly similar problem to this:

https://community.shopify.com/c/shopify-design/flow-theme-quot-add-to-cart-quot-ctas-on-the-same-height/m-p/1187043#M305371

But I need to adjust the buttons and prices on the featured collection on the homepage. Hope anybody could help.

Preview: https://zzkgsd9bv9xscdug-55556047026.shopifypreview.com

Thanks

1 Like

@redbikini

Please share your store URL!

Thanks!

@redbikini

Please add following css your assets/theme-index.min.css bottom of the file.

#shopify-section-collection--featured-collection-1 .product-grid--title {
    min-height: 50px;
}

Thanks!

Thanks, but it is not working for all the featured collections on the site. When I remove the -1 it is working for “kameras refurbished”… Did I miss something?

Thanks.

@redbikini

Please share screenshot

@redbikini

Please previous css code

Please add following css your assets/theme-index.min.css bottom of the file.

.product-grid--title {min-height: 50px !important;}

Great!

Thanks for help.

Now I have the same problem with the recommend and just visited items on the product pages.

Thanks for help.