Notifications
Clear all

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.

 

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

4 Posts
2 Users
0 Reactions
1,814 Views
Posts: 5
Topic starter
(@not_a_npc)
Active Member
Joined: 7 years ago

 

see image and pls advise

3 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 7 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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;
}