Hi,
I'm working on a new website and wonder how I can increase the size of the logo. I've tried to change in the template.css but I only manage to increase the box around the logo. I'm working with the postnote template.
http://www.skurupshandel.se/Joomla/images/skurups-handel-vector.png
#gkLogo {
color: #999999;
float: left;
font-weight: normal;
height: 68px;
line-height: 100%;
text-align: right;
}
h1#gkLogo a img {
display: block;
height: 68px;
left: 0;
margin: 0;
max-width: 320px;
top: 0;
}
/* Changing Logo height */
#gkLogo {
height: 68px;
}
h1#gkLogo a img {
height: 68px;
}