Bigger Logo is tiled

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
Sun Jun 22, 2014 9:52 pm
Reply with quote
Report this post
Hello Guys

Hope you all are good. I have changed the logo to my own image. A bigger image than what is the default. When I do so it appears be be tiled in the logo block. The strange thing is that if I reduce the size of the logo to half of what I created it displays correctly. It is in my estimation too small for the space and it leaves a too much unused space. Can you help me figure this out? Why is it that it tiles for the bigger image but not for the smaller one?
User avatar
Junior Boarder

GK User
Sun Jun 22, 2014 10:15 pm
Reply with quote
Report this post
Hello,

Could you provide an URL to your website with this problem?
User avatar
Administrator

GK User
Sun Jun 22, 2014 10:49 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Sun Jun 22, 2014 11:08 pm
Reply with quote
Report this post
The logo is not tiled, but your small logo is too big - please add at the end of the template.css file the following code:

Code: Select all
#gkLogoSmall {
   height: 48px!important;
   width: 130px!important;
}
#gkLogoSmall > img {
   width: 130px;
}
User avatar
Administrator

GK User
Mon Jun 23, 2014 2:15 am
Reply with quote
Report this post
This is the big logo and not small one. I added the code as instructed but no change. I had some stuff in the override.css file that gave it the look you saw. I have since removed it and it is being displayed the way I originally described. Take another look and let me know what you think is causing the problem
User avatar
Junior Boarder

GK User
Mon Jun 23, 2014 12:17 pm
Reply with quote
Report this post
Sorry but I don't understand now - I've opened your website and it is displaying properly for me O.o
User avatar
Administrator

GK User
Mon Jun 23, 2014 3:01 pm
Reply with quote
Report this post
Apologies. It was pulling from cache it seems.

Thank you for your help
User avatar
Junior Boarder


cron