TsinJu
Well-known member
I am wondering how to change the Size of the Sidebar Visitorßs Avatar.
I wanted to change it via CSS, butr all i found is
It looks like the Size is controlled with
s is to small, for what i need it..... is there a way to change the Avatar Size via Style Properties?
Or do i need it in Extra.css with ".sidebar .visitorPanel .avatar img"?
Thanks
I wanted to change it via CSS, butr all i found is
.sidebar .visitorPanel .avatar
{
@property "visitorPanelAvatar";
margin-right: 5px;
float: left;
@property "/visitorPanelAvatar";
width: auto;
height: auto;
}
.sidebar .visitorPanel .avatar img
{
width: @visitorPanelAvatar.width;
height: @visitorPanelAvatar.height;
}
It looks like the Size is controlled with
<xen:avatar user="$visitor" size="m" img="true" />
s is to small, for what i need it..... is there a way to change the Avatar Size via Style Properties?
Or do i need it in Extra.css with ".sidebar .visitorPanel .avatar img"?
Thanks