Notifications
Clear all

[Solved] Loss of formatting on private messaegs

3 Posts
2 Users
1 Likes
402 Views
Posts: 15
Customer
Topic starter
(@jason-toth)
Member
Joined: 3 years ago

Private messages don't keep their intended formatting. For example, all the white space gets cut from between paragraphs, and lists get turned into not-lists when you send the message. Is that something that could be changed?

https://www.writersofthefuture.com/forum/problems-and-troubleshooting/private-message-formatting/#post-48401

When you type in the box it looks fine and then when you send it looses the formatting.

Regular posts all look okay.

Firefox Screenshot 2022 11 11T23 29 37.770Z
2 Replies
Kyle
Posts: 728
 Kyle
(@kylew)
Prominent Member
Joined: 3 years ago

Hi @jason-toth,

insert the below CSS Code in Custom CSS Code field from wpForo Colors & Styles Settings:

#wpforo #wpforo-wrap .wpforo-messages-content ol li, #wpforo #wpforo-wrap ol {
    list-style: decimal;
    margin: 2px 15px;
}

#wpforo #wpforo-wrap .wpfpm-msg-inner, #wpforo #wpforo-wrap .wpfpm-msg-inner p{
    margin: 0 0 10px 0;
    line-height: inherit;
}
Posts: 15
Customer
Topic starter
(@jason-toth)
Member
Joined: 3 years ago

Thank you so much. This fixed the issue. Have a great day.

Share:
Scroll to top