Hello, I want to ask how to set the text to continue right after the date?
And how can i resize avatar to smaller size?
Text wrapping now set to:
.mchat-text {
/*clear: both;
overflow: hidden;
padding: 2px 5px; */
font-size: 1.1em;
font-weight: bold;
}
Messages text wrapping and avatar resize
Re: Messages text wrapping and avatar resize
Maybe this helps:
Code: Select all
.mchat-text {
display: inline;
}
Re: Messages text wrapping and avatar resize
Thanks kasimi.
And for avatar i used
.mchat-avatar {
display:block;
float: left;
width: 17px;
height: 17px;
margin-right: 5px;
}
.mchat-avatar a, .mchat-avatar img {
display:block;
width: 17px;
height: 17px;
}
And for avatar i used
.mchat-avatar {
display:block;
float: left;
width: 17px;
height: 17px;
margin-right: 5px;
}
.mchat-avatar a, .mchat-avatar img {
display:block;
width: 17px;
height: 17px;
}
Who is online
Users browsing this forum: Google [Bot], Qwantify [Bot] and 0 guests