Impulse theme fix space between lines product description

Hi,

when my product description has 2 lines it’s seems to mash to close together. I need about 1 px more of spacing. My site is https://luxurymrkt.com . Please see image below and thank you. I’d like the second line to be just a tad lower so looks better (the word pumps)

Mike

1 Like

Hi @Luxurymrkt ,

Try this..

Go to Online Store-> Theme->Edit code

Asset-> theme.css ->paste the below code at the bottom of the file.

.grid-product__content .grid-product__meta{
  position:
  relative;
  padding:10px 0 6px 0;
  line-height: 1.3 !important;
}

If this this sorts out the issue, please mark it as a solution and leave a like on the post.

Thank you

Sorry that didn’t work. I’m not trying to change the grid product/collection pages, just on the product page

Ohh got you, here, try this…

Go to Online Store-> Theme->Edit code

Asset-> theme.css ->paste the below code at the bottom of the file.

.page-content .product-single__title {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3 !important;
}
1 Like

Thank you worked perfect!

1 Like