AI Search
Classic Search
Notifications
Clear all
4 Replies
May 08, 2020 5:25 pm
Hi @realact,
Please navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS Code" textarea:
.posttitle{
white-space: nowrap;
width: 50px;
overflow: hidden;
text-overflow: ellipsis;
}
Please note the red marked value can be changed.
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.


