Notifications
Clear all

wpForo 1.x.x [Solved] Trying to increase forum width

3 Posts
2 Users
0 Likes
1,500 Views
zuri
Posts: 2
 zuri
Topic starter
(@zuri)
New Member
Joined: 4 years ago

Hello, I've read that when it comes to making the forum width responsive for mobile we should leave a link?
Here's my link
zuriblackart.com/community

Thank you

Topic Tags
2 Replies
Sofy
Posts: 4232
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @zuri,

I don't follow you well, you'd like to increase the with only on mobile devices, right? If so, please put the CSS code below in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, save it, delete all caches and check again:

@media screen and (max-width: 650px){
.page-content, .entry-content{
width: 100%;
margin: 0 auto;
}
}

Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

1 Reply
zuri
 zuri
(@zuri)
Joined: 4 years ago

New Member
Posts: 2

@sofy

thank you so much! I will give it a try. Yes, only on mobile is where I'm concerned