Main Menu

GK User
Thu Mar 16, 2017 7:01 pm
Hello,

I want to use a custom menu (Vertical Menu module). The mobile menu is clunky and hard to use- so I want to change it. I followed the instructions in the post:

https://www.gavick.com/forums/storefron ... menu-49730

This worked for laptop/desktop screens, but when a mobile screen is detected, the menu disappears. How to i get this menu to also show on mobile?

Thanks
User avatar
Fresh Boarder

GK User
Fri Mar 17, 2017 6:46 pm
anyone?
User avatar
Fresh Boarder

teitbite
Sat Mar 18, 2017 9:58 am
Hi

So problem is only on mobile right now ? Please tell me the url to Your site so I'll be able to see what is wrong.
User avatar
Moderator

GK User
Sun Mar 19, 2017 12:16 am
Yes, desktop/laptop is working, but when I resize the browser or view on a mobile device, there is no menu. I changed the code as described and that allowed me to replace the regular menu with the custom menu module that I want, but I'm guessing that some other code needs to be edited to allow this on mobile. url is: http://lab.fxpathlete.com

Thanks
User avatar
Fresh Boarder

teitbite
Tue Mar 21, 2017 11:09 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1040px) {
#gkMainMenu {
    display: block !important;
}
}
User avatar
Moderator

GK User
Tue Mar 21, 2017 6:58 pm
that worked, thanks for the solution!
User avatar
Fresh Boarder

teitbite
Wed Mar 22, 2017 12:29 pm
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