Quote:
Originally Posted by rafiul
Hot to resize the avatar width in side block automatically, i mean where(templete) i can set default avatar width for this?
|
Open
actstream_sideblock.css Template
Add At Bottom:
Code:
li.activitybit .avatar img {
width: 30px;
}
To Move Texts to left side:
Find:
Code:
li.activitybit .content.hasavatar {
margin-{vb:stylevar left}: {vb:math 60 + {vb:stylevar padding}};
}
Replace
60 with
30