producta and title fixing in woodmart

PHOTO EMBED

Sun Jun 23 2024 09:51:29 GMT+0000 (Coordinated Universal Time)

Saved by @Promakers2611

.wd-product .wd-entities-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 22px;
    font-size: inherit;
}
.wd-carousel-inner{
	height:auto;
}

.wd-product :is(.product-image-link,.hover-img) img {
    width: 100%;
	height:250px
}

content_copyCOPY