This code works!
.hp-listing__title{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
but it effect the title in listing page too… how to show the full title in listing page?
This code works!
.hp-listing__title{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
but it effect the title in listing page too… how to show the full title in listing page?
Hi,
if you use this css its not affect in the listing page:
.hp-listing--view-block .hp-listing__title:not(:last-child) {
width: 95%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Hi,
By default, there is no limit; the full name of the listing should be displayed.
Please disable third-party plugins and customizations (if there are any) and check if this issue persists.
If the issue still exists, please send us a screenshot and a link to your website.