Hello I'm trying to get the K2 images to be cropped so that in K2 category view they are the same height.
I'd like to get the images cropped in K2 item view as well.
A couple of years ago I managed to get those K2 overrides in another site with MSocial template, but I cannot remember how I did it: I know I made a css override, but I don't know why it does not work in my TechNews template site.
The css override I have in my MSocial template site is:
.itemImageBlock {
height: 300px;
overflow: hidden;
}
But it does not apply in TechNews template...
I searched all over the forums, K2's included, but no luck.
Thanks in advance for any help,
:-)