I have found a style bug in the Musicity template for Jomsocial.
This is how my inbox in Jomsocial looks:
And this is have it looks when I am showing a message thread in Jomsocial:
In short, it does not look good at all.
.cInboxList div {
float:left;
width:20%;
}
teitbite wrote:Hi
1. Inbox fix. Please add this code to css:
- Code: Select all
.cInboxList div {
float:left;
width:20%;
}
2. Please tell me how I can see message thread
3. Please guide me what to do to see this bug
.cInboxList div.clr {
float:none !important;
}
.cInbox-Message .cAvatar {
float:left;
margin-right:20px;
}
.cInbox-Message .cMessage-Body {
float:left;
}