Small logo animation

GK User
Wed Mar 04, 2015 4:56 pm
For interior pages such as this one: https://demo.gavick.com/joomla25/events ... variations

The logo moves when moused over. I need to find where to control how much or disable that movement as I have a different sized logo and it is moving too much.

Thanks!
User avatar
Fresh Boarder

GK User
Wed Mar 04, 2015 7:14 pm
What type of logo have you used? css/image/text?
User avatar
Moderator

GK User
Thu Mar 05, 2015 2:30 am
I have from css selected in the drop down.
User avatar
Fresh Boarder

GK User
Fri Mar 06, 2015 6:40 pm
I just PM'd you a site login if that helps.
User avatar
Fresh Boarder

GK User
Sat Mar 07, 2015 8:37 pm
Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
#gkLogoSmall.cssLogo:hover {
  height: 100px;
}

Now reduce 100px value to reduce animation size.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Mar 07, 2015 9:24 pm
Well actually you should increase the value - 155px looks fine.
User avatar
Moderator


cron