Hello.
I am using the Debut theme. Right now my prices and titles merge and it is not well readable. I tried following this guide but it does not work for me. (https://community.shopify.com/c/shopify-design/debut-theme-and-creating-space-between-product-title-and-price/td-p/354246).
I want to add 1 or 2 lines between my product and tittle. Or even better - keep my price consistently on row 4. E.g. when products will have 1 or 2 lines of tittle there will always be a consistent price line.
Does someone know how to edit the code?
Hello, @AntiquesFineArt
Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.
Hello,
Thank you for your quick reply. It is deeply appreciated!
My website URL is www.antiquesfinearts.nl current password is βowiantβ. Although my question is a general question for the Debut theme.
Best regards,
BV
@AntiquesFineArt
Please Go to Online Store β Themes β Edit code β Assets β theme.css and paste this code at the end of this file.
.h4.grid-view-item__title.product-card__title {
margin-bottom: 20px;
}
Hello there,
I did paste the code in the end of theme.css and saved it.
It did not make a space between the product title and product price.
This is how my code looks now. I appreciate your help.