Font size in K2 category view and space between lines/rows

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
Sun Aug 04, 2013 4:23 pm
Reply with quote
Report this post
Hi!
How can i change the font size in category view and reduce the space between lines

see herehttp://test.izbiceniolt.ro/index.php/primaria-izbiceni/aparatul-propriu/agricole
User avatar
Platinum Boarder

teitbite
Sun Aug 04, 2013 5:54 pm
Reply with quote
Report this post
Hi

You can change text size with this css code:

Code: Select all
article header h2 {
font-size: 20px;
}


and space can be reduced with this:

Code: Select all
article header {
    margin: 0;
}
User avatar
Moderator

GK User
Sun Aug 04, 2013 10:24 pm
Reply with quote
Report this post
Thank you!
For the font size it works but the space is too large between the lines
See here
sdsdsd.jpg
User avatar
Platinum Boarder

teitbite
Tue Aug 06, 2013 6:21 am
Reply with quote
Report this post
Hi

Sorry. I've misunderstood and told You how to correct space in a different place. Here is a correct code:

Code: Select all
.itemList article {
    margin-bottom: 0;
    padding-bottom: 0;
}
User avatar
Moderator

GK User
Fri Aug 09, 2013 11:24 am
Reply with quote
Report this post
thank you!
It works
User avatar
Platinum Boarder

teitbite
Mon Aug 12, 2013 7:37 am
Reply with quote
Report this post
Hi

No problem. Glad i could help :)
User avatar
Moderator


cron