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 ?