Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;
}