Notifications
Clear all

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

3 Posts
2 Users
0 Reactions
497 Views
Posts: 2
 dee
Topic starter
(@dai)
New Member
Joined: 3 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: 10549
Admin
(@robert)
Support Team
Joined: 8 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: 3 years ago

New Member
Posts: 2

Hi @robert

It worked well.
Thank you very much.