find a solution to css code (on K2 tools module)

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Thu Oct 25, 2012 1:27 pm
Please help me to find the css code which brings me to this effect as the screenshot 2 (on K2 tools module)
User avatar
Gold Boarder

GK User
Thu Oct 25, 2012 1:30 pm
How can i move the title of the last article a little above?
I want to go just below the name of author and then below or beside of this, the number of comments!
Please help me!
User avatar
Gold Boarder

Konrad M
Fri Oct 26, 2012 11:02 am
Hi,
please give us url to your site.
User avatar

GK User
Fri Oct 26, 2012 9:08 pm
I send you a pm with access!
User avatar
Gold Boarder

Konrad M
Mon Oct 29, 2012 12:01 pm
I checked my inbox and don't have any message from you. Please try send again.
User avatar

GK User
Mon Oct 29, 2012 12:30 pm
please check now!
User avatar
Gold Boarder

Konrad M
Mon Oct 29, 2012 12:42 pm
Please try add to override.css
Code: Select all
.k2AuthorsListBlock .abAuthorLatestItem {
clear:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Oct 29, 2012 1:58 pm
nothing change! :(
User avatar
Gold Boarder

GK User
Mon Oct 29, 2012 2:00 pm
No its wrong from me! Yes it is change! but i want to reduce the space between the two rows to the title of the last article
User avatar
Gold Boarder

GK User
Mon Oct 29, 2012 2:01 pm
and from the author name between the last article title
User avatar
Gold Boarder

GK User
Mon Oct 29, 2012 2:14 pm
like the first row (author) from this screenshot
User avatar
Gold Boarder

Konrad M
Mon Oct 29, 2012 2:52 pm
Please try add this to override.css
Code: Select all
.k2AuthorsListBlock li {
    padding: 20px 0;
    line-height: 150%;
}
User avatar

GK User
Mon Oct 29, 2012 3:35 pm
this code does not change what I asked...
I want to reduce the gap between the two lines from the title of the last article
User avatar
Gold Boarder

GK User
Wed Oct 31, 2012 8:56 am
any news?
User avatar
Gold Boarder

Konrad M
Wed Oct 31, 2012 2:41 pm
Please try change this code from overide.css:
Code: Select all
.k2AuthorsListBlock .abAuthorLatestItem {
clear: none !important;
margin-top: -13px!important;
}

to this one:
Code: Select all
.k2AuthorsListBlock .abAuthorLatestItem {
clear: none !important;
margin-top: -3px!important;
line-height: 19px;
}
User avatar


cron