Hello guys, how can I adjust the hight of this comparison table?
Hi @NikosBat
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
@media screen and (min-width: 1024px){
.image-with-text__media-item img {
height: 300px !important;
width: auto !important;
top: 50% !important;
transform: translateY(-50%) !important;
}
}
Here is the result:
I hope thís helps
Best,
Daisy
Thanks DaisyVo, that solved my problem
Hey!
I saw you’re looking for a product comparison app.
Full disclosure, I’m the developer of a new app called Comparely that does exactly this. I built it because I found most existing solutions weren’t very flexible.
With Comparely, you can create a side-by-side comparison table, and the best part is that it’s 100% customizable. You can control all the styles, colors, and (most importantly) you get to choose exactly which product features and attributes you want to show.
It’s designed to be lightweight and easy to set up.
Here’s the link if you want to check it out: https://apps.shopify.com/comparely
Happy to answer any questions you have about it!

