Notifications
Clear all

wpForo 1.x.x [Solved] Strange display in Q&A forum

13 Posts
2 Users
0 Reactions
2,462 Views
Posts: 11
Topic starter
(@skinerd)
Active Member
Joined: 8 years ago

Just doing some test posts with the Q&A layout. For some reason the it is displaying a huge space above the questions and answers (as shown in the screenshot). Any idea what the issue is?

12 Replies
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

This is CSS conflict with theme. Please leave forum URL to allow us debug it.

Posts: 11
Topic starter
(@skinerd)
Active Member
Joined: 8 years ago

Here is the link: https://skierlab.com/community/main-forum/

The site is still under construction... I've just temporarily disabled the maintenance mode so you can view the pages. Please let me know once you've had a look so I can enable the maintenance mode again.

Thanks!

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

Navigate to Dashboard > Forums > Settings > Styles admin page and put this CSS code in Custom CSS Code Textarea, then delete all caches and do Ctrl+F5 on forum front:

.wpforo .clear::after, 
.wpforo [class*="content"]::after,
.wpforo [class*="site"]::after {
 clear: none!important;
}

Also, I'd recommend to use the grey style, it more fits to your theme collors, you can change it in the same admin page: https://wpforo.com/docs/root/wpforo-settings/style-settings/

Posts: 11
Topic starter
(@skinerd)
Active Member
Joined: 8 years ago

Perfect... that did the trick. Thank you very much!

Page 1 / 3