Font size in K2 category view and space between lines/rows
Rate this topic: 




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
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
-
- 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:
and space can be reduced with this:
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;
}
-
- 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
For the font size it works but the space is too large between the lines
See here
sdsdsd.jpg
-
- 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:
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;
}
-
- Moderator
- GK User
- Fri Aug 09, 2013 11:24 am
- Reply with quote
- Report this post
thank you!
It works
It works
-
- Platinum Boarder
- teitbite
- Mon Aug 12, 2013 7:37 am
- Reply with quote
- Report this post
Hi
No problem. Glad i could help
No problem. Glad i could help

-
- Moderator
6 posts
• Page 1 of 1