Hello,
The size of lastviews are all different and i want to overide the image size and container only in lastview but not change the size of the avatar in the canvas.
But when I use this code, Avatar size change in canvas !
Code:
/*CB CONTAINER LASTVIEW*/
.cb_template .containerBox { min-height: 160px;min-width: 290px;}
/*CB SIZE IMAGE LASTVIEW*/
.cb_template .img-thumbnail { height:75px !important;}
Thanks in adavance