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] Expand the boundaries of the forum

3 Posts
2 Users
0 Reactions
704 Views
Posts: 37
Topic starter
(@oksana)
Trusted Member
Joined: 5 years ago

Hello there! In 1 photo, the borders are expanded with the code:

@медиа (мин-ширина: 992px) {
body.wpft-forum .site-content {
padding-left: 25px;
padding-right: 25px;
}
body.wpft-forum .content-area {
padding-right: 20px;
}
body.wpft-forum .entry-content {
max-width: 800px;
margin-left: 0;
margin-right: 0;
}
}

But this code doesn't work for other forum pages. How do I expand the boundaries on Forum and Topic pages?

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

@oksana,

Could you please explain again what do you want to change and what? I can't follow you what you're looking for and what means all those photos.

Posts: 37
Topic starter
(@oksana)
Trusted Member
Joined: 5 years ago

Hello! This code increased the width of the forum in photo 1. But this code doesn't work for other forum pages. I need to expand the forum on the Forum (photo 2) and Topic (photo 3) pages. Another question: how to set up Ajax topic pagination? Pagination does not show on mobile devices.