Logo not displaying fully

If you are planning to organize any conference or festival, there are many ways to get help via our forum.
GK User
Wed Dec 10, 2014 5:19 am
Hello,
I have uploaded a logo and it displays perfectly on the header section of the homepage. When I scroll down and it moves to the left the top of the logo is cropped. On a Page/Post the top is also cropped.
How can I adjust it so the full logo is displayed?
Thanks in advance.
User avatar
Junior Boarder

GK User
Wed Dec 10, 2014 8:14 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Wed Dec 10, 2014 8:33 am
Durrrr...so sorry, my mistake. It is http://edinburgh.cakefest.org.uk

Thanks
User avatar
Junior Boarder

GK User
Wed Dec 10, 2014 8:48 am
Add the following code into the Events/css/override.css file:
Code: Select all
#gk-header-nav.active #gk-logo,
#gk-header-nav.active #gk-logo-css,
#gk-header-nav.active #gk-logo-css-big {
   top: 5px;
}

#gk-header-nav.active #gk-logo:hover,
#gk-header-nav.active #gk-logo-css:hover,
#gk-header-nav.active #gk-logo-css-big:hover {
   top: 15px;
}

#gk-header-nav.static #gk-logo,
#gk-header-nav.static #gk-logo-css,
#gk-header-nav.static #gk-logo-css-big {
   top: -2px;
}
User avatar
Moderator

GK User
Wed Dec 10, 2014 8:59 am
Perfect, fixed, thank you.
User avatar
Junior Boarder


cron