Logo movement

GK User
Tue Nov 04, 2014 2:14 pm
Hi!
I've the same problem of this topic: https://www.gavick.com/forums/events-jo ... 39252.html

I edit file /js/gk.scripts.js like teitbite suggests and add this code to override.css


Code: Select all
#gkHeaderNav { top: 0px !important }
#gkHeaderNav #gkMainMenu { right: 0 !important}

#gkLogo.cssLogo {
    display: none !important;
}
 


So logo movement disappears, but I want too to show fixed at left side position instead of at central position... why it does not work ?
User avatar
Junior Boarder

GK User
Tue Nov 04, 2014 2:32 pm
User avatar
Junior Boarder

GK User
Tue Nov 04, 2014 3:34 pm
Ok, I edit template.css in this way:

Code: Select all
/*
#gkHeaderNav.static {
   height: 145px;
   position: fixed;
   top: 0;
}
#gkHeaderNav.static #gkLogoSmall {
   left: 50%;
   margin-left: -76px;
   position: relative;
   top: -25px;
}
#gkHeaderNav.static #gkMainMenu {
   top: 70px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%);
}
*/


and now the logo and the menu are static, with logo on the left side and menù on the right.

But there is a problem with Safari - Version 8.0 (10600.1.25).
If static, the menù disappears... in demo template too!
Open this link with safari and scroll down the page:
http://demo.gavick.com/joomla25/events/ ... variations
User avatar
Junior Boarder

teitbite
Thu Nov 06, 2014 9:36 pm
Hi

Can You please this problem a little better ? I still can see menu after scrolling.
User avatar
Moderator


cron