K2 : My text is pasted with the text of the next columns

GK User
Fri Oct 12, 2012 2:37 pm
Hi,
Excuse me for my english,

My problem : with K2, category view : 3 columns

My text is pasted with the text of the next columns :

you can see here : http://www.herosdelatele.fr/les-invites

How I could fix it ?

Thank you for your answers

Mk
User avatar
Junior Boarder

GK User
Fri Oct 12, 2012 10:56 pm
Hi,

You can fix it using the following CSS code:

Code: Select all
padding: 0 10px;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
            box-sizing: border-box;


in the k2.css file around line 941. for the selector .item-container
User avatar
Administrator

GK User
Mon Oct 15, 2012 9:12 am
Thank you,

It works perfectly

Mk
User avatar
Junior Boarder


cron