Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Solved] Forum Full Width on Mobile and CSS code edit

9 Posts
4 Users
1 Reactions
5,644 Views
Robert
Posts: 10606
Admin
(@robert)
Support Team
Joined: 10 years ago

Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea, save it , delete all caches, press Ctrl+F5 on forum front, then use browser private session to check the change on mobile.

@media screen and (max-width:620px) {
#wpforo #wpforo-wrap {padding: 10px 0px;}
}

Posts: 39
Topic starter
(@iwrtn45)
Trusted Member
Joined: 8 years ago

Hello?

It worked.

Thanks a lot.


Posts: 39
Topic starter
(@iwrtn45)
Trusted Member
Joined: 8 years ago

Hello? Again.

I realized that the CSS code only solved the gap issue on mobile, but did not solve the gap issue on PC screen.

Can you please check gap removal attached and advise me how to solve?

Thanks a lot.


Posts: 393
(@anonymous3542)
Honorable Member
Joined: 8 years ago

@iwrtn45 the code previously provided will only work on screen estate sizes that match that CSS rule. In this case, you'd apply the same CSS but remove the @media screen and (max-width:620px) { top part, and also the closing } at the bottom - effectively leaving you with just #wpforo #wpforo-wrap {padding: 10px 0px;}

Note that this will affect all layout sizes.


Page 2 / 2