Front page Logo (signature) image resize.

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 Jun 07, 2014 7:04 am
Reply with quote
Report this post
Hello,

I am loving this template and having fun learning some cool stuff.

[list=]Can you tell me the override code for the front page logo image (pic - not css). I think it is pulling from a#gkLogo (see screen cap) but the display size is overridden down to 112px x 20px[/list]

I would like to increase the size x4

Kind regards
Drew
User avatar
Gold Boarder

GK User
Sat Jun 07, 2014 8:07 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Jun 09, 2014 8:49 am
Reply with quote
Report this post
Hello,

the site is in DEV so I will MP you the details.

Kind regards
Drew
User avatar
Gold Boarder

GK User
Mon Jun 09, 2014 3:25 pm
Reply with quote
Report this post
The login data You have sent doesn't work.
User avatar
Moderator

GK User
Tue Jun 10, 2014 7:56 pm
Reply with quote
Report this post
Please add !important to your logo size override.css declaratiosn:
Code: Select all
#gkLogo.cssLogo, #gkLogoSmall.cssLogo, #gkLogo, #gkLogoSmall {
height: 52px !important;
width: 112px !important;
}
User avatar
Moderator

GK User
Fri Jun 13, 2014 12:22 am
Reply with quote
Report this post
Hello,
I've added that code and still have the same unusually small size displaying: 112px x 20px
css.JPG


Any suggestions?
Kind regards
Drew
User avatar
Gold Boarder

GK User
Sun Jun 15, 2014 9:20 am
Reply with quote
Report this post
First most important question - the logo on top of homepage or the logo in sticky header?
If the first one - just modify the numbers in declaration (increase width and height).
User avatar
Moderator

GK User
Mon Jun 16, 2014 4:44 am
Reply with quote
Report this post
Hello,
The logo in the menu bar on the top left is now working fine thanks. I'm currently working with an 'image' version or a signature not the 'css' version (but that might change if it gets too hard :lol: )

1. Is the logo in the 'header position' linked to the logo in the 'menu bar' or separate?
2. Can I allocated a different size for the logo in the 'header position' (please see the image attached)

I would like to increase its size.

Kind regards
Drew
User avatar
Gold Boarder

GK User
Tue Jun 17, 2014 1:45 pm
Reply with quote
Report this post
Code: Select all
#gkHeader #gkLogo {width: 500px !important;}

this should make the logo in header position quite big.
User avatar
Moderator

GK User
Wed Jun 18, 2014 12:33 am
Reply with quote
Report this post
Perfect - nailed it - thank - a simple fix is a great fix. :)

Appreciate your help
Kind regards
Drew
User avatar
Gold Boarder

GK User
Thu Jun 19, 2014 9:56 am
Reply with quote
Report this post
See you later in next thread ;).
User avatar
Moderator


cron