Hi,
on my featured products homepage and collection page
the product title font is spaced out to much so the line overlaps. Is it possible to make these maybe 0.2 or something closer to my vendor name. I tried changing the spacing inside the theme but it didn’t help. Thank you
Hi @Luxurymrkt
Please provide your store URL.
Hi @Luxurymrkt ,
There are several ways to do this. You can use the line-height but the code below works as well with shorter code. Please do the following instructions
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the theme.css
- Paste the code below at the very bottom of the file.
.grid-product__content .grid-product__meta {
gap: 5px;
}
I tried this it didn’t do anything.
I think I need 2 codes one to condense the font closer to each letter say 0.2
and another to make sure the line doesn’t cut off the word
.grid-product__vendor {
margin-bottom: 10px;
}
Please add this CSS code to theme.css file
Hi @Luxurymrkt
I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->Theme.css->paste bellow code in bottom of file
.grid-product__title {
margin-top: 10px !important;
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly