FEST logo

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
Thu Apr 04, 2013 6:29 pm
Reply with quote
Report this post
I want to add an image to the website where the FEST logo use to be. I found the logo in my ftp under template/images/style3 and looked at the dimensions to create an image the same size. However it seems that it doesn't matter what size I make the image, it always appears the same size on the site, which is actually alot smaller than the original FEST logo.
You can see in the attached screenshot that there is actually a section in the template options to change the logo. I have changed the logo type to image and uploaded an image, which I can't seem to get the correct size.

Originally the logo type was set to "from css"
I think this is the problem. The size in the CSS code must be different than the space allotted through the module position?

If this is an easy fix, could you let me know what to do so I can have a bigger image there?
User avatar
Senior Boarder

GK User
Thu Apr 04, 2013 6:52 pm
Reply with quote
Report this post
Hi, yes you are wight you have to overwrite some css.

DEFAULT CODE:
Code: Select all
#gkLogo.cssLogo {
    background: url("../images/style3/logo.png") no-repeat scroll 0 0 transparent;
    height: 88px;
    width: 392px;
}

IF YOU WANT TO CHANGE DIMENSIONS

Code: Select all
#gkLogo.cssLogo {
    background: url("../images/style3/logo.png") no-repeat scroll 0 0 transparent;
    height: ___px;
    width: ___px;
}

__ - insert height & width of your logo.
User avatar
Platinum Boarder

GK User
Thu Apr 04, 2013 6:57 pm
Reply with quote
Report this post
Thank you. It looks like everything in the last screenshot has already been disabled on my backend. I can look for a code in a document but where do I find where to look?
User avatar
Senior Boarder

GK User
Thu Apr 04, 2013 7:26 pm
Reply with quote
Report this post
I know where to look now, I will see if I can get it changed.
User avatar
Senior Boarder

GK User
Thu Apr 04, 2013 8:33 pm
Reply with quote
Report this post
Give me info you will still have problems with logo customization, with my tips it should be easy now.

1) You check dimension of you new logo
2) upload new image logo on your web site
3) go to gavick template settings, and then in field "Custom CSS code" insert my code with you vaules of width and height
4) Refresh front-end
User avatar
Platinum Boarder

GK User
Thu Apr 04, 2013 8:45 pm
Reply with quote
Report this post
I did all that you said but the size never changed. I went ahead and changed the logo so it would look better smaller.

I didn't realize there was a custom css spot. I went into the css files and changed it from there earlier. Either way, still smaller size than original FEST logo. Oh well. I am content leaving as is. Thank you for your reply.
User avatar
Senior Boarder

GK User
Fri Apr 05, 2013 8:13 am
Reply with quote
Report this post
Hallo again,
Add here URL of your web site I will try to detect css issue & help you
User avatar
Platinum Boarder


cron