I am trying (to no avail) to change the logo size...I have edited all logo settings that I can find in the CSS files, I have tried to force it to change the size the logo is displaying by adding code to the override.css file, yet it still will stubbornly display the logo at a size that is simply not suitable for the site.
If anyone could help with this I would be most grateful
The site URL is: http://host.quksdns13.net/~pulpvint/
The code I added to override.css is:
- Code: Select all
h1#gkLogo a img {
height: auto !important;
}
and the code that is in the template.css file is:
- Code: Select all
#gkLogo.cssLogo {
/* You can specify there logo size and background */
background: transparent url('../images/style1/logo.png') no-repeat 0 center;
height: 236px;
width: 375px;
I also tried changing the location of the logo to:
- Code: Select all
#gkLogo.cssLogo {
/* You can specify there logo size and background */
background: transparent url('../images/logo.png') no-repeat 0 center;
height: 236px;
width: 375px;
and this didn't work either.....The size the logo displays at just refuses to change.
Please help.