Impulse theme please help going live next week

Hi

My site is https://luxurymrkt.com .

I want the price to always be aligned on the same line no matter the length of the description for my products on my featured products (home page) and my collection grid page.

the layout like farfetch has so no matter if the title/description is 1 line or 2 lines the price is always same line.

thanks for your help. Mike

1 Like

Hi,

Add below css in theme.css file

[data-type_product_capitalize=true] .grid-product__title {
    min-height: 25px !important;
}

Thanks

Hit Like and Accept as Solution if it helps you.

Hi,

Please add the code below to Assest/theme.css file.

.grid-product__title {
  min-height: 20px;
}

Hope it helps.

Thanks.