I put 3 columns in the category view but I can not.
I followed the instructions in this thread and I do not work
http://www.gavick.com/forums/music/k2-c ... mns#p78941
What I can do?
Thanks,
excuse my English is google translator
/* k2 categories view with 3 columns */
.catItemView.three_cols .catItemTitle,
.catItemView.three_cols div.catItemAdditionalInfo {margin-left: 0}
.catItemView.three_cols {margin: 0 10px;}
.k2time_three_cols {font-size:12px; float: none; display: block}
.catItemView.three_cols h3.catItemTitle {font-size: 28px; line-height: 28px}
.catItemView.three_cols .catItemAdditionalInfo {font-size: 10px; text-transform: uppercase; }
.catItemView.three_cols .catItemAdditionalInfo a {padding-right: 5px}
miricot wrote:@Seichinha i was looking out for something like that but with 2 columns and the template side column.
is that posible? can you help me to find the way?
thank you.
/* k2 categories with columns layout*/
.catItemView.gk-k2cols .catItemTitle,
.catItemView.gk-k2cols div.catItemAdditionalInfo {margin-left: 0}
.catItemView.gk-k2cols {margin: 0 10px;}
.k2time_gk-k2cols{font-size:12px; float: none; display: block}
.catItemView.gk-k2cols h3.catItemTitle {font-size: 28px; line-height: 28px}
.catItemView.gk-k2cols .catItemAdditionalInfo {font-size: 10px; text-transform: uppercase; }
.catItemView.gk-k2cols .catItemAdditionalInfo a {padding-right: 5px}