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] Posts not opening in my forum

3 Posts
3 Users
0 Reactions
864 Views
Posts: 1
Topic starter
(@goeduc)
New Member
Joined: 3 years ago

The posts are not opening in the said forum.

2 Replies
dimalifragis
Posts: 2601
(@dimalifragis)
Famed Member
Joined: 5 years ago

You have two pages for the wpForo, "/forums/ and /community/".

What is the correct? Find and fix it.

I think it is "community" but not sure what your wish is.

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

@goeduc, I see it works fine.

Just put this CSS code in wpForo > Settings > Colors & Styes > Custom CSS Code textarea to add paddings to the forum wrapper.:

#wpforo #wpforo-wrap {
  padding: 2% !important;
}