change mobile menu
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Wed Nov 09, 2016 9:27 am
- Reply with quote
- Report this post
Is it possible to change the mobile menu to the same as "Events" template?
How?
How?
-
- Fresh Boarder
- teitbite
- Sat Nov 12, 2016 11:39 am
- Reply with quote
- Report this post
Hi
It is, but it will not fit to mobile standards. Try add this to override.css
It is, but it will not fit to mobile standards. Try add this to override.css
- Code: Select all
@media only screen and (max-width:1040px) {
#gkMobileMenu { display: none !important; }
}
#gkMainMenu, #gkExtraMenu {
display: block !important;
}
-
- Moderator
- GK User
- Tue Mar 07, 2017 10:30 pm
- Reply with quote
- Report this post
I'm using StoreBox template. It has a mobile menu that's just the standard Android menu. I would like for it to look more like the mobile menu on Hotel Villa Bellucci, or any other mobile menu that's not the standard Android menu.
Do I just copy all css related to gkMobileMenu from the hotel template to the StoreBox template, or is there an easier, better way to do this?
Do I just copy all css related to gkMobileMenu from the hotel template to the StoreBox template, or is there an easier, better way to do this?
-
- Fresh Boarder
- teitbite
- Fri Mar 10, 2017 10:10 am
- Reply with quote
- Report this post
Hi
This will not work since "standard menu look on phones" is because of using <select></select>, a dropdown list. And style You see is how browsers represents it. If You want a different menu a construction of this HTML element would need to be moved a s well. Unfortunately this is too much changes to standard code to be supported by us. Sorry.
This will not work since "standard menu look on phones" is because of using <select></select>, a dropdown list. And style You see is how browsers represents it. If You want a different menu a construction of this HTML element would need to be moved a s well. Unfortunately this is too much changes to standard code to be supported by us. Sorry.
-
- Moderator
4 posts
• Page 1 of 1