Bottom of logo always appears on home page

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Thu Feb 26, 2015 4:00 pm
How do I make the bottom of my logo disappear? It should drop down as you scroll down the page - but its always there...

http://www.internationalautofinance.net
User avatar
Fresh Boarder

GK User
Thu Feb 26, 2015 4:05 pm
Your logo dosn't fit into fixed header which is just over top of the site when you see top of the page.
Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
#gkLogoSmall img {
max-height: 45px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Feb 26, 2015 5:03 pm
I do have a horizontal logo that could be used instead in that position. Can I use #gkLogoSmall to specify using the other logo?
User avatar
Fresh Boarder

GK User
Thu Feb 26, 2015 5:35 pm
You would need to change logo from image type to css type - this way you could use different logos in each of the positions.
User avatar
Moderator


cron