Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

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

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

SCREEN ATTACHED

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

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

Page 1 / 2