Home › Forums › Free Themes › Restaurantz › Disable mobile menu
- This topic has 9 replies, 2 voices, and was last updated 8 years, 5 months ago by
wensolutions.
-
AuthorPosts
-
May 17, 2017 at 6:43 am #42712
Joseph
ParticipantHey there!
I would like to disable the special menu for the mobile version. I want the classic menu on mobile too. How can I do that?
Thanks!
May 17, 2017 at 6:57 am #42714wensolutions
KeymasterHello @joseph,
To have the classic menu in your mobile version use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 800px){ #mobile-trigger { display: none; } #main-nav { display: block; } }But if you have the longer menu then the it wont look good. So if you provide your site URL it would be easier to provide the specific solution .
Hope this helps.
Best Regards!!
May 17, 2017 at 7:02 am #42715Joseph
ParticipantThanks. I have a short menu so it looks good. However, after switching the menus I have a white space instead of the black one which had the yellow button to open the menu. How can I remove that white space?
May 17, 2017 at 7:12 am #42716wensolutions
KeymasterHello @joseph,
While we have tested implementing the CSS we have provided we don not find such issue so please post your site URL and screen shot of the issue .
Hope you understand .
Best Regards!!
May 17, 2017 at 7:16 am #42717May 17, 2017 at 7:27 am #42718wensolutions
KeymasterHello @joseph,
Please add below given CSS in Admin Panel > Appearance > Customize > Additional CSS .
@media only screen and (max-width: 800px){ #page { padding-top: 0px; } }Hope this helps.
Best Regards!!
May 17, 2017 at 7:31 am #42719Joseph
ParticipantThank your for your help. All is fixed now.
May 17, 2017 at 7:49 am #42722wensolutions
KeymasterHello @joseph,
Glad we could help you .
If you have any issue further , please let us know.
Best Regards!!
May 17, 2017 at 8:31 am #42728Joseph
ParticipantOne more question. Is it possible to center the menu for mobile? I did not find a way to center it. Or maybe make it to use two lines instead of one?
Something like..
Home Restaurant
Lieferungen Contact us..but centered.
May 17, 2017 at 11:57 pm #42747wensolutions
KeymasterHello @joseph,
To center the menu in mobile view use below given CSS:
@media (max-width:800px){ #main-nav { float: none; max-width: 100%; margin: 0 auto; } .main-navigation ul { display: inline-block; margin: 0 auto; } }Hope this helps.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.





