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 09, 2025 4:18 pm
wpforo works well on laptop, but when I browse it on mobile, the layout looks so bad , how to adjust it ? is there any code/tool/plugin to solve this issue .
1 Reply
Mar 10, 2025 12:01 pm
Hi,
You can try the CSS code below:
@media screen and (max-width: 620px){ #main{ padding: 0!important; } }
Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & Styles admin page.