Notifications
Clear all

Empty Space Above All Forum Posts

4 Posts
2 Users
0 Likes
998 Views
Posts: 3
Customer
Topic starter
(@usastar)
Member
Joined: 6 years ago

Installed your forum plugin. Loved it so much I purchased a 3 license Cross Posting Addon.

All functioned OK until I cross posted 1 article. At that point a large empty space appeared all posts (including the non-cross-post ones). I deleted all the cross posts and temporarily disabled the Cross Post plugin. The large empty space remained. Here's a link to a live example:

http://www.i10exitguide.com/community/announcements/under-construction-2/

Can you give me some advice in correcting this issue?

3 Replies
Posts: 3
Customer
Topic starter
(@usastar)
Member
Joined: 6 years ago

A duct tape css approach seems to fix the issue...

.wpforo-post-content-top {
height: 30px !important;
}

...but I still wish I knew what the cause was.

Reply
Posts: 4172
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

This problem comes from your theme. It sets [class*="content"]:after{clear: both;}. This affects all divs of forum. I recommend remove your CSS and use this one:

#wpforo-wrap [class*="content"]:after{clear:none;}
Reply
Posts: 3
Customer
Topic starter
(@usastar)
Member
Joined: 6 years ago

Works like a charm. Thanks for pointing out the cause and for your quick response!

Reply
Share:
Scroll to top