Dear Mr. Konrad M & Mr. bkrztuk, Sorry for my bad English
I mean not add but increase the width and height in gk_penguinmail templates? I have modified the css in template.css (in folder gk_penguinmail/css), but nothing happen after I have change the number, the script like this :
/* Logo */
#gkLogo {
height: 100px;
margin: 35px 0 0;
line-height: 100%;
}
#gkLogo.text a,#gkLogo.text .gkLogoSlogan {
color: #fff;
font: normal 30px "Comic Sans MS", cursive;
font-style: italic;
display: block;
}
#gkLogo.text .gkLogoSlogan {
font-size: 12px;
}
#gkLogo a {
display: block;
height: 100px;
margin: 0;
width: 300px;
}
#gkLogo.text a {
text-indent: 0 !important;
background: none !important;
}
h1#gkLogo a img {
display: block;
height: 100px;
margin: 0;
max-width: 300px;
top: 0;
left: 0;
}
h1#gkLogo a.cssLogo {
background: url('../images/logo.png') no-repeat 0 0;
display: block;
height: 100px;
margin: 0;
text-indent: -999em;
max-width: 300px;
top: 0;
left: 0;
z-index: 1001;
}