Looks like there is a bit of a CSS mismatch when you enable both embedding and the crosspost comment plugins.
Take a look at the two screenshots.
In the comments:
In the forum post:
Seems to be related to this css path.
#wpforo #wpforo-wrap
which is missing from the blog post section.
#wpforo #wpforo-wrap .wpf-oembed-wrap .wpf-oembed-description {
font-style: italic;
color: #999999;
font-size: 12px;
}
Any quick fix that I can implement?



