How to make all product card text, same size while keeping full text length

Solved

How to make all product card text, same size while keeping full text length

Petpower
Excursionist
17 0 2

Hey everyone, i really need some help with a problem. i can not get my product card text the same size, so everything looks wonky, both on pc and mobile like the pictures. I would like to make it so everything was in line, and looked more tidy, while still keeping the different full texts.

The website is https://petpower.dk/

We are using Gecko theme

Can anyone help?
92c9789e-1de9-4fc0-9a2c-1d39ac9281e0.jpgsg.png

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 529

This is an accepted solution.

Hey @Petpower,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.t4s-product-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1713289866319.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 3 (3)

ThePrimeWeb
Shopify Partner
2139 616 529

This is an accepted solution.

Hey @Petpower,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.t4s-product-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1713289866319.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
Petpower
Excursionist
17 0 2

Thank you very much, I have used so much time trying to fix it myself.. 🙏 you met all my prayers on this topic, it worked like a charm

Petpower
Excursionist
17 0 2

Hey, just one question more, on the front page i hasn't made them the same height, anyway to change that?ag.png