Menu
Autore: W. L.
Visite 2061,
Followers 1,
Condiviso 0
Created a 1-page website in version 12, responsive. I made the page hidden, so no menu is shown. However, when I resize the page preview to mobile phone dimensions, the 3 bars-menu in the top right hand corner shows up.
1) Why? The page is hidden?
2) How can I get rid of this 3 bars menu, which by the way is completely empty?
Postato il
. . . but you did check how it works in the video tutorial al bottom of site ?
http://www.websitex5.com/en/
Autore
Yes I did. And are you also going to tell me how to get rid of those 3 menu bars? Your comment hints that it is shown in the video tutorial, so please tell at which time in that video. Or just explain it here.
. . . if you did look at the tutorial, help or manual you should know that the 3 bars are the menu. In mobile screens the menu opens by clicking the triple bar in responsive mode . . .
Hi
add this code in seo, statistics & code section, before closing the head tag:
<style>
@media (max-width: 800px) {
#imMnMn .hamburger-button{
display: none;
overflow: hidden;
</style>
this will hide the mobile menu.
regards
jamie
Autore
@Pcssa .Moderator - It is clear that you have not read my question. Because you provide a completely non-relevant reply. Where did I ask what the 3 bars mean, and what it does?
@Jamie B. - Thank you very much for your answer. I entered the code you provided and the 3 bars no longer appear.