Sep 10, 2018 9:36 pm
see image and pls advise
3 Replies
Sep 11, 2018 7: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 6: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;
}