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.
Hi people ..
Trying out this forum plugin, so far so good .. I noticed everytime I reply to something with a quote, there is weird spacing in the quote itself ..
Â
Not sure if this is a known bug or maybe it's the css of my wp theme ..
example
https://www.thehigherspace.com/forum/showcase/roborock-s50-smart-vacuum-cleaner/
Â
Thank you!
Hi @thehigherspace,
This is just a CSS conflict with current active theme or other plugins. To solve the issue just add the following CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, save it, delete all caches, press CTRL+F5 on forum frontend.Â
article:after, article:before, aside:after, aside:before, details:after, details:before, div:after, div:before, figcaption:after, figcaption:before, figure:after, figure:before, footer:after, footer:before, header:after, header:before, hgroup:after, hgroup:before, menu:after, menu:before, nav:after, nav:before, section:after, section:before, ul:after, ul:before{
display:none;
}
#wpforo #wpforo-wrap blockquote:after{
display:none;
}