New Shopify Certification now available: Liquid Storefronts for Theme Developers

Need Help with Aligning Product Titles of Varying Lengths- Vision theme

Solved
jhghidossi
Excursionist
39 0 1

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!

 

 

 

Screenshot 2023-10-17 at 7.36.17 PM.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5673 1044 1071

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>

Screenshot 2023-10-18 at 09.59.10.png

 

- 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

View solution in original post

Reply 1 (1)
Dan-From-Ryviu
Shopify Partner
5673 1044 1071

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>

Screenshot 2023-10-18 at 09.59.10.png

 

- 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