I have changed in the template "gk League" the logo.png. But my logo is a bit bigger in format then 80 px x 170px . Now I want to change the format in the css. But the problem I can find the css file with this item.
It's not in template.css. Is there anyone who's know where I can find this css.
Firebox give only the name of the site. Here is the CSS. In the last rule you can see the pixelformat.
h1#gkLogo a.cssLogo {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("/templates/gk_league_news/images/style1/logo.png");
background-origin: padding-box;
background-position: 0 center;
background-repeat: no-repeat;
background-size: auto auto;
height: 80px;
width: 170px;
}
Ton