Hi I have a problem when I put a k2 category into two or three columns the first item is positioned above the other more, what is the solution?
I tried in settings and menus k2 but not solved.
thanks
.genericView article,
.itemList article {
clear: both;
margin-top: 38px !important;
}
.genericView article,
.itemList article {
clear: both;
margin-bottom: 38px !important;
}
.itemList article { padding-top: 48px; }
.itemsContainer:first-child .itemList article,
.itemsContainer .itemsContainerWrap .itemList article,
#itemListLeading .itemContainer:first-child article.itemView,
.genericView .itemList article:first-child {
border: none;
margin-top: 0 !important;
padding: 0
}
.itemList article { padding-bottom: 48px; }