date and title

GK User
Fri Feb 25, 2011 9:35 am
Hi there,
if you have a category blog for example the date of the article is shown on the left hand side right next to the title of the article. If I don't want the date to be shown how can I set the title to left so that there is no gap showing anymore?
Would appreciate any help!
Thank you.
Joerg.
User avatar
Junior Boarder

Konrad M
Fri Feb 25, 2011 9:47 am
Try add to override.css
Code: Select all
.itemToolbar {
margin:0 0 25px 35px;
}

and decrease last margin value
User avatar

GK User
Fri Feb 25, 2011 9:56 am
Unfortunately no effect at all. Any other idea?
User avatar
Junior Boarder

Konrad M
Fri Feb 25, 2011 9:57 am
please give me url to your site and did you enable override in template settings ?
User avatar

GK User
Fri Feb 25, 2011 10:10 am
Yes, it is enabled and here is an example: http://www.lucys-travel.de/lucys-travel-reisen
User avatar
Junior Boarder

Konrad M
Fri Feb 25, 2011 10:14 am
Add to override.css
Code: Select all
.article-meta.blog {
margin-left:35px;
}


and decrease margin. First code I sended you remove gap inside K2 article
User avatar

GK User
Fri Feb 25, 2011 10:18 am
Thank you, this works!
User avatar
Junior Boarder


cron