dynamic position of responsive menu when scrolling down

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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
Image

Thanks for your help
Fran
User avatar
Fresh Boarder

teitbite
Fri Jan 27, 2017 3:06 pm
Reply with quote
Report this post
Hi

Try adding this to override.css

Code: Select all
#gkMobileMenu {
    position: fixed;
    right: 25px;
    top: 30px;
    z-index: 999;
}
User avatar
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
User avatar
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.
User avatar
Moderator

GK User
Tue May 23, 2017 12:49 pm
Reply with quote
Report this post
Thanks, it works fine :)
User avatar
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
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.