Hi tomass,
Please remove your code
@media (max-width: 500px) {
.post-type-archive-product .wd-entities-title, .tax-product_cat .wd-entities-title {
overflow: hidden !important;
text-overflow: ellipsis !important;
display: -webkit-box;
-webkit-line-clamp: 1 !important;
-webkit-box-orient: vertical !important;
}
}
Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile section.
.tax-product_cat .wd-entities-title {
overflow: hidden !important;
text-overflow: ellipsis !important;
display: -webkit-box;
-webkit-line-clamp: 1 !important;
-webkit-box-orient: vertical !important;
}
Regards,