Well… I figured it out. There is apparently a slight theme conflict with Cherry Framework on this:
.vcard span { display: block; }
All I needed to do was change it to:
.vcard span { display: inline; }