How Can We Help?
- This can be accomplished by editing the Title Display Element for the Summary Display of Categories: Directories –> [Your Directory] –> Content Types –> Category –> Summary. You’ll see an option for maximum characters to be displayed.
- You can also do this using CSS:
.drts-display–summary .directory-category-title span {
text-overflow: ellipsis;
width: 100px;
overflow: hidden;
display: inline-block;
}