Notifications
Clear all

wpForo 1.x.x [Closed] Fix the Width Forum on mobile!

7 Posts
2 Users
0 Likes
2,265 Views
Posts: 4
Topic starter
(@bruno-stano)
Active Member
Joined: 5 years ago

 want fix the width .. too see like computer on mobile:

SCREEN ATTACHED

6 Replies
Sofy
Posts: 4323
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi bruno.stano,

It's made by WordPress theme design on our website. The spaces on your website also come from your WordPress Theme page design. We can help you with some small CSS code to remove that space. This is not a wpForo issue, this is a theme issue, so we need your website URL to debug your theme CSS code. Please leave your forum URL.

Posts: 4
Topic starter
(@bruno-stano)
Active Member
Joined: 5 years ago
Sofy
Posts: 4323
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi bruno.stano,

If I understand you correctly, you'd like to decrease the forum width on the mobile screen. If so, please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS Code" textarea, save it, delete all caches and check again. 

@media (max-width: 768px){
.content-area, .inside-footer-widgets>div, .sidebar {
width: 80% !important;
margin: 0 auto;
}
}
Posts: 4
Topic starter
(@bruno-stano)
Active Member
Joined: 5 years ago

It's dont work.. i cant change only the WIDTH on my Attached Photo?

Page 1 / 2