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.

 

wpForo 1.x.x [Solved] Strange spaces are created in the text.

3 Posts
2 Users
0 Reactions
662 Views
Posts: 2
 dee
Topic starter
(@dai)
New Member
Joined: 4 years ago

Hello.

When I start a new line, there is always a weird space in the text.
The second and subsequent line breaks will work fine.

Please let me know if there is a solution.

my site link

Best Regards,

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @dai,

Go to Dashboard > Forums > Settings > Styles Tab, put this CSS code in the Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset browser cache:

@media screen and (min-width:800px) { 
    #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right {
        margin-left: 0!important;
        float: left;
    }
}
1 Reply
 dee
(@dai)
Joined: 4 years ago

New Member
Posts: 2

Hi @robert

It worked well.
Thank you very much.