Notifications
Clear all

[Closed] How do I prevent this from over flowing my sidebar?

4 Posts
2 Users
0 Likes
1,579 Views
Posts: 5
Topic starter
(@not_a_npc)
Active Member
Joined: 6 years ago

 

see image and pls advise

3 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

@not_a_npc,

There is no such a long word. just put a spaces as in real titles and all will be wrapped to next line correctly.

1 Reply
(@not_a_npc)
Joined: 6 years ago

Active Member
Posts: 5

so if a user put a reaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaally long post. there's nothing I can do to shorten it on the side bar?

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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;
}