Logo size not change with override

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
Sat Apr 26, 2014 7:50 am
Reply with quote
Report this post
Hello,

I can not change the logo image size with the override code:

h1#gkLogo a img {
height: auto !important;
}

and i have override enabled and clean my cache.

Any solutions?

because the logo is very small now

thank you in advance
User avatar
Fresh Boarder

GK User
Sat Apr 26, 2014 8:15 am
Reply with quote
Report this post
Hi,
using "auto" is not good solution, also class was wrong

Code: Select all
#gkLogo.cssLogo, #gkLogoSmall.cssLogo, #gkLogo, #gkLogoSmall  {  height: __px;width: __px; }


in __ - insert height and width of your logo.

p.s.
if this won't help, can you show me your website URL
User avatar
Platinum Boarder

GK User
Sat Apr 26, 2014 8:33 am
Reply with quote
Report this post
Solved :D

Many thanks!!!!
User avatar
Fresh Boarder

GK User
Wed Jun 04, 2014 2:40 pm
Reply with quote
Report this post
Hello,
I seem to the same problem.

The secondary logo is showing 90x16 (far too small).
I have applied the supplied override code below to push it to 52x112 but its not responding
The override codee was entered into: Template/Advanced Settings/Custom CSS code

Any suggestions please?

Kind regards
Drew
User avatar
Gold Boarder

GK User
Fri Jun 06, 2014 7:06 pm
Reply with quote
Report this post
Hello,
I have browsed through the different threads and tried 3 different overrides, with no success.
Code: Select all
#gkLogoSmall.cssLogo {
    background-size: auto 100%;
    height: 52px !important;
    margin: 0 25px 0 0 !important;
    width: 112px !important;
}
and
Code: Select all
#gkLogoSmall, #gkLogoSmall.cssLogo {
margin: 6px 40px 2px 0;
height: 52px!important;
width: 90px!important;
}

from thread post: FRI MAY 30, 2014 8:50 PM, and
Code: Select all
#gkLogo.cssLogo, #gkLogoSmall.cssLogo, #gkLogo, #gkLogoSmall  {  height: __px;width: __px; }
from the thread posted SAT APR 26, 2014 8:15 AM

I must be missing something :lol:

Any suggestion to make the small logo (the image version of the logo) bigger please?

Kind regards
Drew
User avatar
Gold Boarder


cron