Notifications
Clear all

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

9 Posts
4 Users
1 Likes
4,279 Views
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 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: 34
Topic starter
(@iwrtn45)
Trusted Member
Joined: 6 years ago

Hello?

It worked.

Thanks a lot.

Posts: 34
Topic starter
(@iwrtn45)
Trusted Member
Joined: 6 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: 7 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