- This topic has 9 replies, 2 voices, and was last updated 7 years, 6 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Restaurantz › Disable mobile menu
Hey 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!
Hello @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!!
Thanks. 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?
Hello @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!!
Hello @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!!
Thank your for your help. All is fixed now.
Hello @joseph,
Glad we could help you .
If you have any issue further , please let us know.
Best Regards!!
One 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.
Hello @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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |