k2 2+ column 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
Wed Dec 11, 2013 6:26 am
Reply with quote
Report this post
When using more than one column, it makes space for the extra columns, but will not place content there... example: http://terryphillips.com/index.php/k2.html

Any ideas?

Thanks in advance!
User avatar
Junior Boarder

GK User
Wed Dec 11, 2013 6:38 am
Reply with quote
Report this post
another page example of the problem: http://terryphillips.com/index.php/demos.html
User avatar
Junior Boarder

teitbite
Wed Dec 11, 2013 7:16 am
Reply with quote
Report this post
Hi

Please add this code to css:

Code: Select all
.itemContainer { float: left; }
User avatar
Moderator

GK User
Thu Dec 12, 2013 6:17 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please add this code to css:

Code: Select all
.itemContainer { float: left; }



Hmmmm... in the code it already has that in it

Code: Select all
/* --- Item groups --- */
div.itemList {}
   div#itemListLeading {}
   div#itemListPrimary {}
   div#itemListSecondary {}
   div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}

      div.itemContainer {float:left;}
      div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
User avatar
Junior Boarder

teitbite
Mon Dec 16, 2013 12:03 pm
Reply with quote
Report this post
Hi

You may see it in css file, but I do not think this file is used on this exact page. It may be beause of a css is disabled in K2 parameters, or it was overwritten. Anyway, the best option is to add this code to override.css and allow using override in template settings:

Code: Select all
.itemContainer { float: left; }
User avatar
Moderator

GK User
Fri Aug 22, 2014 10:10 am
Reply with quote
Report this post
Hello, got the same problem. Tried the css override, but does not work on my page. See the link:

http://www.narevo.com/brennstoffe
User avatar
Junior Boarder

teitbite
Fri Aug 22, 2014 8:10 pm
Reply with quote
Report this post
Hi

Your problem is a little bit different. Try using this code:

Code: Select all
.userView article, .genericView article, .itemList article {
    margin-top: 0 !important;
}
User avatar
Moderator

GK User
Sun Aug 24, 2014 2:52 pm
Reply with quote
Report this post
Thank you Teitbeit, that works. Have a great sunday!
User avatar
Junior Boarder

GK User
Mon Sep 01, 2014 7:51 pm
Reply with quote
Report this post
Hi! I could do 2 columns by menu for K2 pages. But i can't do 2 column by K2 tag module. I applied the code above, but it doesn't work.
Please help me. I just need to make 2 column in K2 tag page.
thanks ))

http://tiwingo.com/shop/index.php/film- ... t/tag/Logo
User avatar
Senior Boarder

teitbite
Tue Sep 02, 2014 1:04 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.genericView .itemView {
    clear: none !important;
    float: left;
    margin-top: 12px !important;
    width: 50% !important;
}
User avatar
Moderator

GK User
Wed Sep 03, 2014 4:16 pm
Reply with quote
Report this post
:D Thanks . it works well
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.genericView .itemView {
    clear: none !important;
    float: left;
    margin-top: 12px !important;
    width: 50% !important;
}
User avatar
Senior Boarder

teitbite
Thu Sep 04, 2014 1:18 pm
Reply with quote
Report this post
Hi

Glad to hear that :)
User avatar
Moderator

GK User
Mon Feb 16, 2015 6:16 pm
Reply with quote
Report this post
have the same problem but i try all but nothing works

link to my page : http://www.brn.co.il/web-development/k2-items-2-cols
User avatar
Fresh Boarder

teitbite
Tue Feb 17, 2015 7:50 pm
Reply with quote
Report this post
Hi

The url You gave me is leading to a 404 page. Can You please tell me the correct one ?
User avatar
Moderator


cron