K2 Category in 3 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
Fri Oct 18, 2013 1:58 pm
Reply with quote
Report this post
Hi I have a problem when I put a k2 category into three columns the item is not positioned as examples template, what is the solution?
Image
I tried in settings and menus k2 but not solved.
thanks
User avatar
Fresh Boarder

teitbite
Fri Oct 18, 2013 5:13 pm
Reply with quote
Report this post
Hi

Can I please see this page live ? What should I focus on ? This screen looks ok to me.
User avatar
Moderator

GK User
Fri Oct 18, 2013 6:01 pm
Reply with quote
Report this post
http://www.lucapazzaglia.com/index.php/ ... ategory/40

in the template demo Blogs> 3 column articles below are combined with those above, are not on the same line.
User avatar
Fresh Boarder

teitbite
Sat Oct 19, 2013 5:47 pm
Reply with quote
Report this post
Hi

It's not equal becuase titles are in 1 or 3 lines, also images has a different heights. My advice would be to specify a height for header and image area with this css code:

Code: Select all
.itemListView .itemBlock header {
height: 72px;
}

.itemListView .itemImageBlock {
height: 200px;
}
User avatar
Moderator


cron