Shopify themes, liquid, logos, and UX
Hello everyone,
I've been working on setting up my Shopify site and encountered a layout challenge. My product listings are not aligning consistently, primarily due to the varying lengths of product titles. When a product title spans two lines, it causes the product box to become taller compared to adjacent products with single-line titles. I'm trying to achieve a uniform look for all product boxes, regardless of the length of the title.
I understand that setting a minimum height for the product titles could potentially resolve this. However, I'm not entirely sure how to go about it or if there's a better approach. Can anyone guide me through the process or suggest alternative solutions? Any assistance or insights would be greatly appreciated!
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @jhghidossi
You can set min-height for your product title by adding this code in your theme.liquid file in Online store > Themes > Edit code before </head> tag
<style>
.product-card .product-card-title { min-height: 45px; }
</style>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Hi @jhghidossi
You can set min-height for your product title by adding this code in your theme.liquid file in Online store > Themes > Edit code before </head> tag
<style>
.product-card .product-card-title { min-height: 45px; }
</style>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
198 | |
177 | |
85 | |
63 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023