Notifications
Clear all

Style Mobile horizontal scrolling issue – content exceeds viewport width

2 Posts
2 Users
0 Reactions
6 Views
Posts: 4
Topic starter
(@bbrian017)
Active Member
Joined: 6 days ago

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
Sofy
Posts: 5646
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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.


Reply