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.
Mar 01, 2021 3:48 pm
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.
Best Regards,
2 Replies
Mar 02, 2021 5:22 am
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; } }