How can I resize my product grid images on my gaming store?

Hello,

I want to make my product grid images smaller but I couldn’t figure out how.

Store: www.gamingblock.store

password: mahmpe

@ya3goobs - add this css to the very end of your base.css file and check , adjust number as per the need

@media screen and (min-width: 990px){
.card-wrapper .card__media .media img{height: 80%;}
}
1 Like