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.