no mobile phone menu

GK User
Fri Dec 12, 2014 12:41 am
Can i disable the mobil phone menu?
I only want desktop and tablet menu working.

Found excellent solutions in this forum for some problems but this one i couldn't fined!
Thx,
Stef
User avatar
Expert Boarder

GK User
Fri Dec 12, 2014 9:12 am
Are you using any submenus?
User avatar
Moderator

GK User
Fri Dec 12, 2014 2:26 pm
not in mobile mode!

Best regards,
Stef
User avatar
Expert Boarder

GK User
Fri Dec 12, 2014 4:20 pm
But this is a RWD template and it has same menu for mobile as on the desktop. If you decide to show desktop menu on mobile it will be unnavigable (not to mention that actually if you have more than 2 menu items it will look bad as menu items will not fill small 320px width screen.
User avatar
Moderator

GK User
Fri Dec 12, 2014 4:21 pm
And from what I see - you have quite a lot of menu items.
User avatar
Moderator

GK User
Fri Dec 12, 2014 4:37 pm
I use custom only mobile modules for mobile view! these modules need a free module position because you can't put 2 modules in the same position.
So if i use the menu the position is not the same anymore!
Hope you understand what i mean?!

Thx,
Stef
User avatar
Expert Boarder

GK User
Tue Dec 16, 2014 3:59 pm
Ok, that is clearly as it can be - as I understand now you don't to show any of gavick menu's on mobile? If so then:
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
@media (max-width: 480px) {
    #gkHeaderNav #gkMobileMenu {display: none !important;}
}

Now adjust the 480px value to a screen size on which you would like the "hamburger" menu to appear.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron