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] Too Much Space in Forum Discussion

5 Posts
3 Users
0 Reactions
1,240 Views
Posts: 16
Topic starter
(@synergy)
Eminent Member
Joined: 5 years ago

Hi Admin,

I noticed there is so much unnecessary spaces in the forum discussion pages...

See the screenshot attached

Any way to reduce them. If not yet, I suggest the developers look into it for possible change in future updates.

4 Replies
Posts: 16
Topic starter
(@synergy)
Eminent Member
Joined: 5 years ago
3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@synergy,

Please leave some example URL to allow us to provide some CSS solution for you. 

 

(@synergy)
Joined: 5 years ago

Eminent Member
Posts: 16
Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@synergy,

Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS code" textarea:

#wpforo #wpforo-wrap .wpforo-post .wpforo-attached-file{
margin: 0px 0 0px 0 !important;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpforo-post-content {
margin: 30px 25px -40px 25px !important;
}

Please don't forget to delete all caches and pres CTRL+F5(twice) on the frontend before checking.