This topic has 8 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
How can i avoid the browser showing mobile menu button in window size less than 1400px?
Thanks, great theme!
Hello,
Do you want to display the same main menu as in desktop variant?
Thank you.
Regards,
Eva Kemp.
Hi Eva,
the menu for mobile devices is fine. I want the site only to switch to mobile menu when the window is smaller than 800px width.
Hello,
You can use @media queries code for mobile devices.
@media (max-width: 800px) {...(here your code)...}
But we don’t recommend changing responsive because our theme uses the default size.
Regards,
Robert Hall.
i changed
@media only screen and (max-width: 1200px) {
.hidden-tooltip {
display: none !important;
}
to 800px. now it works.
Regards,
David
So, is your issue solved?
Regards,
Robert Hall.
yes, thanks.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Disable mobile menu button’' has been successfully resolved, and the topic is now closed for further responses