AI Search
Classic Search
Notifications
Clear all
Sep 11, 2018 1:36 am

see image and pls advise
3 Replies
Sep 11, 2018 11:52 am
There is no such a long word. just put a spaces as in real titles and all will be wrapped to next line correctly.
Sep 11, 2018 10:53 pm
You can also use this css code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches and press Ctrl+F5 on forum front-end:
#wpf-widget-recent-replies .wpforo-list-item-right p.posttitle,
#wpf-widget-recent-replies .wpforo-list-item-right p.posttext{
word-wrap: break-word;
}