Problem in the K2 item template

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Sat May 05, 2012 9:41 am
Hello,
I think there is a little problem in the K2 item template, when you add a video it overlaps the "last from the author" and "items by tag" items.
Can you help?
Thanks

Capture.JPG
User avatar
Fresh Boarder

GK User
Sat May 05, 2012 2:39 pm
Hi

From template css directory, please open k2.css file and find this line:

Code: Select all
.catItemVideoBlock, .itemVideoBlock { margin:0 0 16px 0; padding:16px; background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom; }


replace with:

Code: Select all
/* Video */
.catItemVideoBlock, .itemVideoBlock {clear: both; margin:0 0 16px 0; padding:16px; background:#fcfcfc; border: 1px solid #eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden;}
.catItemVideoBlock h3,
.itemVideoBlock h3 { font-size: 24px; color: #da4d00; text-transform: none; font-weight: normal; line-height: 24px; margin: 0 0 8px 0; padding: 0; }


It should like this now

screen.png


This will be added on next update.

Thank you for your report.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sat May 05, 2012 6:38 pm
Thank you, one last thing, the word "Media" stays the same when you change the template color (green, blue, orange), and remains orange.
Thanks Seichinha
User avatar
Fresh Boarder

GK User
Thu Jan 17, 2013 2:15 pm
Is it possible to remove the word "media"?
User avatar
Senior Boarder


cron