04/04/2019 at 9:50 am
#488870
Keymaster
@ Ralph
It seems the theme and the Cherry plugin are making spans block elements. This cause items that should be inline (side-by-side) to be each on their own line (stacked).
I actually do have a fix in Connections to address theme’s which do this, but IE is so old it does not support the fix.
Try adding the following to the theme’s custom CSS area, generally found in the Customizer:
#cn-list .vcard span {
display: inline;
}
Hope this helps, let me know.