Home › Forums › WoodMart support forum › Mini Cart and Cart. › Reply To: Mini Cart and Cart.
May 31, 2022 at 12:35 pm
#380179
Elise Noromit
Member
Hello,
Please replace the code with this one:
@media (max-width: 768.98px){
.woocommerce-cart-form__contents td.product-name>a {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.product-grid-item h3.wd-entities-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
Best Regards