K2 categories/elements

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 Mar 28, 2013 3:49 pm
Reply with quote
Report this post
Hi,

Where i can change my categorie k2 and change display for 3 columns ?
Thanks
User avatar
Gold Boarder

Konrad M
Fri Mar 29, 2013 11:33 am
Reply with quote
Report this post
Hi,
please go to category settings. Here in right column you will find 'Layout grid' section. Here you can set count of columns.
User avatar

GK User
Tue Apr 02, 2013 4:12 pm
Reply with quote
Report this post
Ok i found it but i've another problem:
http://www.rainet.fr/demo/index.php/gerer
I've a separator and i would lke disable this one
User avatar
Gold Boarder

Konrad M
Wed Apr 03, 2013 8:58 am
Reply with quote
Report this post
Try add to override.css
Code: Select all
.itemList article {
    border:none !important;
    padding-top: 0px !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Apr 03, 2013 2:22 pm
Reply with quote
Report this post
Ok the separator is disable, so now my k2 items doesn't on the same level... ?
User avatar
Gold Boarder

Konrad M
Thu Apr 04, 2013 9:20 am
Reply with quote
Report this post
Change my code to this one:
Code: Select all
.itemList article {
    border: none !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
User avatar

GK User
Thu Apr 04, 2013 9:41 am
Reply with quote
Report this post
Perfect, thanks Konrad.
User avatar
Gold Boarder


cron