[ad_1]
Plugin Author
Steven
(@shazahm1hotmailcom)
This is caused by the Gutenberg plugin. It now contains CSS that is interfering with the microdata hCard format.
The only solution at this time is to deactivate the Gutenberg plugin.
I have reported this issue to the WP developers:
Plugin Author
Steven
(@shazahm1hotmailcom)
I continued to research this… please add the following CSS to the theme’s custom CSS area found in the Customizer:
#cn-list .fn {
text-indent: initial;
font-size: inherit;
vertical-align: unset;
}
#cn-list .fn.notranslate:after {
content:"";
}This should override the CSS added to the Gutenberg plugin and correct the display of the names.
I hope this helps; please let me know.
It’s ok with this custom CSS.
Thank you
