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; } }