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

Solved

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

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
9193 1843 1875

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 solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
9193 1843 1875

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 solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Whiskyrose
Visitor
1 0 0

Hi Dan,

I have the same issue, but the above did not work.

After using the above :

Whiskyrose_0-1709188929023.png