May 09, 2019 1:39 pm
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!
5 Replies
May 09, 2019 1:48 pm
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;
}