Trying to change the logo size in Fashion template

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 03, 2012 7:33 pm
Reply with quote
Report this post
Hi

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.
User avatar
Fresh Boarder

Konrad M
Wed Jul 04, 2012 8:31 am
Reply with quote
Report this post
Hi,
please send me PM with access to your site becasue now I cann't look and help you fix issue. Remember add to this topic too.
User avatar


cron