space between k2 title and text/image in k2 blog view

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
Wed Feb 27, 2013 12:03 pm
Reply with quote
Report this post
I removed in k2 items: category, hits, author...
and I would like to remove the space between the title (Acquagym e Fitness) and the body of the content (SEMPRE IN FORMA!).
What code should I change?
thanks

URL: http://wwwtest.minervaresort.it/golf-sport
User avatar
Expert Boarder

Konrad M
Wed Feb 27, 2013 12:17 pm
Reply with quote
Report this post
Hi,
please add to override.css
Code: Select all
article.itemView header {
    margin: 0 0 32px;
}
article.itemView header h2 {
    margin: 0 0 16px;
}
article.itemView header ul {
    display:none;
}

and decrease margin values in both cases to fit your needs. Remember to enable override.css option in template settings.
User avatar


cron