K2, three columns layout problem

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 Aug 15, 2013 1:17 pm
Reply with quote
Report this post
Hi!
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.

Image

Below you can see gridlayout from back-end.

Image

Best regards,
Stefan
User avatar
Fresh Boarder

teitbite
Thu Aug 15, 2013 4:52 pm
Reply with quote
Report this post
Hi

Please show me Your site.
User avatar
Moderator

GK User
Fri Aug 16, 2013 12:06 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please show me Your site.


Hi!

http://lundgrenbygg.origolearn.se

/Stefan
User avatar
Fresh Boarder

teitbite
Sat Aug 17, 2013 2:42 pm
Reply with quote
Report this post
Hi

Please add this to override.css, remember to allow using override in template settings:

Code: Select all
.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;
}
User avatar
Moderator

GK User
Sat Aug 17, 2013 5:08 pm
Reply with quote
Report this post
Hi!

Thank you!

Now it works!

Best regards,
Stefan
User avatar
Fresh Boarder

teitbite
Sat Aug 17, 2013 6:45 pm
Reply with quote
Report this post
Hi

Great to hear that :) Glad I could help.
User avatar
Moderator

GK User
Sat Sep 21, 2013 1:12 am
Reply with quote
Report this post
I have the same probleme, and the script does'nt work on my creativity template

http://benjaminsong.com/fr/portfolio-album
User avatar
Fresh Boarder

teitbite
Sun Sep 22, 2013 2:00 am
Reply with quote
Report this post
Hi

There is a class in k2.css file line 475:

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


try simply remove it.
User avatar
Moderator

GK User
Wed Oct 09, 2013 1:24 pm
Reply with quote
Report this post
Thank you it works
User avatar
Fresh Boarder

teitbite
Thu Oct 10, 2013 10:53 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator