ummm;165849Hi I am using joomla 1.5 with kyanite loaded up.
My company logo image needs to replace the demo logo image, but is a larger size.
When the image is placed up its cut off as the ‘image holder or what ever it is’ is smaller.
How do I manage to get a larger logo image in place and seen fully?
Your help appreciated.
While I haven’t played with Kyanite at all, generally you edit the template.css file for whatever template, looking for the /* Logo Image —-/* comment
or code similar to this
/* Logo Image —*/
h1.logo { height: 51px; margin-top: 20px; margin-left: 10px; width: 187px; }
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 51px;
width: 187px;
}
usually this is after line 1200 or so in the file change the height etc to suit the new logo
I recommend using a css editor like topstyle 4 rather than notepad it just displays it a lot better
Cheers Shannon