Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Hello.
Trying to add some shortcode in a post (for displaying a slideshow), the whole slideshow (and ANY shortcode) shows at the bottom after a lot of space. Maybe it is due to <p> added, i dunno.
Any ideas how to solve this ?
Thanks
No idea. It would be better to have some URL to that post for HTML/CSS debugging.
Hi @anonymous20,
I think this CSS code should solve the issue. Please put it in "Custom CSS Code" (Dashboard > Forums > Settings > Styles) textarea and check again.
#wpforo #wpforo-wrap .wpforo-post-content .code-block.code-block-10 {
clear: none !important;
}
#wpforo #wpforo-wrap .wpforo-post-content .slide-frame {
clear: none !important;
}
@sofy thanks, it seems to work fine.
Also thanks because now i can see how i can do it with any other plugin with the same problem, and not bother you !!