fix menu bar
Rate this topic:
- GK User
- Tue Apr 04, 2017 9:53 pm
- Reply with quote
- Report this post
hi guys,
could you please help me to understand why in my site (http://www.farmaciavigodarzere.it), when I scroll up and down the page the menu doesn't stay fix at the top of the page as in you demo?
thank you
could you please help me to understand why in my site (http://www.farmaciavigodarzere.it), when I scroll up and down the page the menu doesn't stay fix at the top of the page as in you demo?
thank you
-
- Junior Boarder
- teitbite
- Fri Apr 07, 2017 10:55 am
- Reply with quote
- Report this post
Hi
Please add this to override.css
Please add this to override.css
- Code: Select all
#gkMenuWrap {
position: fixed;
}
#gkMenuWrap.active {
top: 0 !important;
}
-
- Moderator
- GK User
- Fri Apr 07, 2017 2:10 pm
- Reply with quote
- Report this post
perfect! tank you teitbite!
-
- Junior Boarder
- teitbite
- Mon Apr 10, 2017 6:31 pm
- Reply with quote
- Report this post
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
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
-
- Moderator
4 posts
• Page 1 of 1