I have problem with K2 when using three columns layout, the first K2 item header (in column 1) is positioned above the two other columns, see image below.

Below you can see gridlayout from back-end.

Best regards,
Stefan
.itemsContainer:first-child .itemList article, .itemsContainer .itemsContainerWrap .itemList article, #itemListLeading .itemContainer:first-child article.itemView, .genericView .itemList article:first-child {
border: medium none;
margin-top: 32px !important;
}
.itemsContainer:first-child .itemList article, .itemsContainer .itemsContainerWrap .itemList article, #itemListLeading .itemContainer:first-child article.itemView, .genericView .itemList article:first-child {
border: medium none;
margin-top: 0 !important;
padding: 0;
}