we want to have a standard of 3 lines under each product photo image- whether the text is short or long, so that the distance is always the same, whether it is blank or with text. That way, you avoid images that jump up and down depending on the caption below the images
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
@vibeke1 Can you please send me your store url?
So you want the proper image Alignment.
@vibeke1 try to add this code in theme.scss
@media only screen and (min-width: 750px){
.card-list__column .card .card__info{height:190px !important;}
}
Hi @vibeke1 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss->paste below code at the bottom of the file:
.card-list .card__wrapper {
height: auto !important;
}
.card-list .card__name {
height: 110px;
overflow: hidden;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Wow thank you very much ![]()
