K2 Category in 3 and 2 column

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 19, 2013 4:27 pm
Reply with quote
Report this post
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

k2column.jpg
User avatar
Senior Boarder

GK User
Thu Sep 19, 2013 4:41 pm
Reply with quote
Report this post
Hi,

Please open the k2.css file and change:

Code: Select all
.genericView article,
 .itemList article {
 clear: both;
 margin-top: 38px !important;
 }

to:
Code: Select all
.genericView article,
 .itemList article {
 clear: both;
 margin-bottom: 38px !important;
 }


please also remove:

Code: Select all
.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
}


and finally please add:

Code: Select all
.itemList article { padding-bottom: 48px; }


We will include this fix in the nearest update.
User avatar
Administrator

GK User
Thu Sep 19, 2013 4:48 pm
Reply with quote
Report this post
Thanks very much.

Solved
User avatar
Senior Boarder


cron