When not displaying the Anchor links (related video, author, comments, etc) the itemTools DIV is still be shown.
It saves some space to disable this div.
category_item.php
In "com_k2/templates/default/category_item.php" I added some lines (around line 65) before the div class=itemTools
And I added after the closing < / div> (around line: 93) I have added the closing for the PHP if
item.php
In "com_k2/templates/default/item.php" I have added line before < div class="itemTools" > (around line 63): and after the closing < / div>
(around line: 146), just close the php-function.
Maybe this is something to add in the next release of K2???
Goodluck with the next release of K2
I have attached my files 'cause I can't place the php lines in this post.
Could someone check my files?