07/08/2013 at 11:40 am
#264451
Keymaster
@ Chris
The theme style.css is setting span tags to be be block level element instead as inline elements. This can be easily overridden by adding the following to the end of theme’s style.css file.
#cn-list span {
display: inline;
}
Hope that helps.
