the product picture is too big and it dosent fit. Please tell me how to adjust it.
1 Like
Share Site Preview Link
Hi @Dino_N
Would you mind to share your store URL? Thanks!
Add This css In your Edit Code > Base.css File
@media screen and (max-width:767px){
.card__media .media img {
object-fit: contain !important;
}
}
Add This Code For Deskop View
.card__media .media img {
object-fit: contain !important;
}
Where at in the base.css do you add it? I have tried it at the beginning and end and nothing changes. Did save and refresh.