Was Wondering?

Ferryman

Member
Can some one take a look at this and tell me how to fix it.

Capture_zpsae451a0e.jpg


The number of Discussions and Messages are gone or something.
 
Looks like a css issue. I applied min-height attribute and the style shows just fine.
I'm not quite sure what else that changes in your custom style - so be aware:
.node .nodeInfo.primaryContent, .node .nodeInfo.secondaryContent {
min-height: 90px;
padding: 0px;
}

HTH,

J.
 
Top Bottom