Jan 14, 2026 2:52 am
Hello,
I’m experiencing a horizontal (left-to-right) scrolling issue on mobile that appears to be caused by a CSS overflow / responsive layout problem.
Issue Summary
On mobile devices, forum content extends beyond the viewport width, forcing users to scroll left and right to view the full page. The page should fit entirely within the viewport and scroll vertically only.
1 Reply
Jan 14, 2026 9:18 am
Hi,
Could you please try this CSS code:
@media screen and (max-width: 600px){
#wpforo{
overflow-x: hidden;
}
}
Please don't forget to delete all caches before checking.
Also, try in incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.