06/17/2015 at 4:40 pm
#337808
Keymaster
@ Javier
Add the following to the theme’s custom CSS area.
#cn-names span.fn {
display: inline-block !important;
}
#cn-names span.adr {
display: inline-block !important;
margin-left: 10px !important;
}
That should do it.
