dynamic position of responsive menu when scrolling down
Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Jan 25, 2017 6:03 pm
- Reply with quote
- Report this post
Hi,
Is it possible to keep the menu visible when scolling down on responsive mode ? Currently the menu stays on top of website so visitors don't view it anymore when scrolling down
Thanks for your help
Fran
Is it possible to keep the menu visible when scolling down on responsive mode ? Currently the menu stays on top of website so visitors don't view it anymore when scrolling down
Thanks for your help
Fran
-
- Fresh Boarder
- teitbite
- Fri Jan 27, 2017 3:06 pm
- Reply with quote
- Report this post
Hi
Try adding this to override.css
Try adding this to override.css
- Code: Select all
#gkMobileMenu {
position: fixed;
right: 25px;
top: 30px;
z-index: 999;
}
-
- Moderator
- GK User
- Fri Jan 27, 2017 5:40 pm
- Reply with quote
- Report this post
Thanks teitbite, I just updated overide.css but it doesn't change anything. Do I have to activate overide file reading in template options ?
thanks
thanks
-
- Fresh Boarder
- teitbite
- Fri Feb 03, 2017 4:52 pm
- Reply with quote
- Report this post
Hi
Yes, override.css is not used without activating "Override" option in template's configuration.
Yes, override.css is not used without activating "Override" option in template's configuration.
-
- Moderator
- GK User
- Tue May 23, 2017 12:49 pm
- Reply with quote
- Report this post
Thanks, it works fine
-
- Fresh Boarder
- teitbite
- Sat May 27, 2017 2:00 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
6 posts
• Page 1 of 1