non fixed menu

GK User
Thu Feb 04, 2016 10:15 am
The menu in my header is fixed. How can I release the menu.

Image

Thanks

Cheers Robert
User avatar
Fresh Boarder

teitbite
Wed Feb 10, 2016 11:20 am
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
Mon Feb 15, 2016 9:19 am
User avatar
Fresh Boarder

teitbite
Fri Feb 19, 2016 12:04 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeader.menu-visible {
    padding-top: 0;
}

#gkHeaderNav.static {
    position: relative;
    top: 0;
    width: 100%;
}
User avatar
Moderator

GK User
Mon Feb 29, 2016 7:36 am
I´ve add this code, but nothing happens...
User avatar
Fresh Boarder

teitbite
Wed Mar 02, 2016 10:42 am
Hi

[img]
http://g.recordit.co/jUjUiVAthu.gif
[/img]

Looks to be working fine for me. Menu does not stick to the top of the screen, but moved with the site. Was that what You've been asking for ?

Try add this code for moving sided problem:

Code: Select all
body {
    overflow-x: hidden;
}
User avatar
Moderator

GK User
Wed Mar 02, 2016 4:12 pm
thank you...

but what I need is a fixed menu on the top of the screen, not moving with the site...
User avatar
Fresh Boarder

teitbite
Mon Mar 07, 2016 10:09 am
Hi

Wasn't it like that already ? Replace the code I gave You with:

Code: Select all
#gkHeaderNav.static {
    position: fixed;
    top: 0;
    width: 100%;
}
User avatar
Moderator

GK User
Mon Mar 07, 2016 3:47 pm
now is working fine...

Thank You
User avatar
Fresh Boarder

teitbite
Sun Mar 13, 2016 11:42 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron