css change the distance between contents in the K2 -

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
Mon Jan 07, 2013 11:00 pm
Reply with quote
Report this post
Hi,

I tried now for hours to find a solution in the CSS files but I wasn't able to. So your help would be appreciated...

I attached a photo. I want to change the distance between a few contents in the K2 category view (please see the photo)

Where in the CSS files can I change this?

gavick.jpg


Best,
Philipp
User avatar
Fresh Boarder

Konrad M
Tue Jan 08, 2013 1:13 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
article header {
margin: 12px 0 32px;
}
.itemList article header h2 {
margin: 0 0 16px;
}

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

GK User
Wed Jan 09, 2013 11:24 am
Reply with quote
Report this post
Hello,

thank you so much :)

Best,
philipp
User avatar
Fresh Boarder


cron