K2 item titles problem

GK User
Thu Sep 13, 2012 1:46 am
Hi gavick!
I have this problem with k2 item titles. I turned off the date of creation in k2 item view and the title is not arranged to the left. Here is a picture:
Untitled-2.jpg


my site http://tuianovaci.ro/index.php/sfaturi- ... -rasinoase
User avatar
Platinum Boarder

GK User
Thu Sep 13, 2012 8:00 am
Hi,

Please set the margin left in this CSS code in the k2.css file (around line 395.):
Code: Select all
.itemToolbar {
margin: 0 0 25px 146px;
}

to 0:
Code: Select all
.itemToolbar {
margin: 0 0 25px 0;
}
User avatar
Administrator


cron