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 [Solved] Trying to increase forum width

3 Posts
2 Users
0 Reactions
2,039 Views
zuri
Posts: 2
 zuri
Topic starter
(@zuri)
New Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 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