Notifications
Clear all

wpForo 1.x.x [Closed] Expand the boundaries of the forum

3 Posts
2 Users
0 Likes
528 Views
Posts: 37
Topic starter
(@oksana)
Trusted Member
Joined: 3 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: 10506
Admin
(@robert)
Support Team
Joined: 8 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: 3 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.