Top align product titles in Narrative theme

Hi,

Can someone please help me horizontally align the titles of my products to the top? My website is: ofthesemountains.com. Link to an example of the type of page on my site I’m referring to: https://ofthesemountains.com/collections/t-shirts

I would like for each title to start on the same line. Hope that makes sense. Below is a pic to clarify. The red line is where I want the top of each title to start (ex. each title would start where the title “I love you to the mountains..” starts). I think they’re center aligned right now.

I want the pricing line to remain horizontally aligned with each other as well. I also want to reduce the spacing between the images, titles & prices but keep it all cohesive if possible. Doesn’t have to be equal just as long as the images, product titles, and prices are all horizontally aligned. Below is a photoshopped example of ideally how I would like everything to look. My top priority is getting the titles aligned to the top though!

Sorry hope this wasn’t too confusing. Any help is greatly appreciated!!

Thanks so much.

Hello @OfTheseMountain :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.collection-template .card__info {
    position: relative !important;
}

.collection-template .card__info .card__name {
    height: 54px !important;
}

The result

Hope that helps!

Hi @OfTheseMountain ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Works for any theme? tried it on my venture theme and does not work?