Where is title?

GK User
Sat Feb 08, 2014 9:52 pm
I have problem with printing articles from k2. When I click 'print' I see print preview and all is ok, but on print the title of artice is missing. Where can I repair it?
User avatar
Fresh Boarder

GK User
Sat Feb 08, 2014 10:09 pm
Hi,
\templates\gk_game_magazine\css\system\print.css

hmm, I searching ....
User avatar
Platinum Boarder

GK User
Sat Feb 08, 2014 10:31 pm
Ok, please at the bottom add this css code:
Code: Select all
.itemHeader {
   display: block;
   height: 90px;
   overflow: visible !important;
}

.itemToolbar {
   height: 90px;
        color:#000;
   display: block !important;
   visibility: visible;
   overflow: visible;
}
User avatar
Platinum Boarder

GK User
Tue Feb 11, 2014 10:27 am
Thanks for your help. It's working.
User avatar
Fresh Boarder


cron