Shopify themes, liquid, logos, and UX
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?
Solved! Go to the solution
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.
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.
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
Hey, just one question more, on the front page i hasn't made them the same height, anyway to change that?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025