K2 category view setting

February 2014 Joomla Template
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 Aug 27, 2014 10:48 am
Reply with quote
Report this post
I have installed Joomla template NEWS2 on this test address: http://silvarium.setrnedrevo.cz/

I want to reduce the gap between the title (head) and intro text in the K2 category view: http://silvarium.setrnedrevo.cz/lesnictvi

I can not find in the CSS settings for magin or padding between these two elements (title nad intro text).
User avatar
Senior Boarder

teitbite
Wed Aug 27, 2014 9:08 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemList article header, .itemListView article header {
    margin-bottom: 10px !important;
}
User avatar
Moderator

GK User
Thu Aug 28, 2014 8:23 am
Reply with quote
Report this post
Thank You, it works!
User avatar
Senior Boarder


cron