Help category k2

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 Apr 18, 2014 5:42 pm
Reply with quote
Report this post
Good evening and thank you in advance for your help
I changed the display of a category k2 ordering it in 2 columns, but the first item is more higher than the other, can you help?
this is the link
http://www.codefactory.it/what-we-do.html
User avatar
Junior Boarder

GK User
Fri Apr 18, 2014 6:46 pm
Reply with quote
Report this post
Hello,

Please open the css/k2.css file and please change:

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


to:

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


and:

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


to:

.itemList article {
padding-top: 0!important;
}
User avatar
Administrator

GK User
Wed Apr 30, 2014 8:09 am
Reply with quote
Report this post
thank you very much for your support!
User avatar
Junior Boarder


cron