WebSite X5Help Center

 
W. L.
W. L.
User

Menu  en

Autor: W. L.
Besucht 1789, Followers 1, Geteilt 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?

Gepostet am
5 ANTWORTEN - 1 NüTZLICH - 1 KORREKT
Pcssa .
Pcssa .
Moderator

. . . but you did check how it works in the video tutorial al bottom of site ?

http://www.websitex5.com/en/

Mehr lesen
Gepostet am von Pcssa .
W. L.
W. L.
User
Autor

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.

Mehr lesen
Gepostet am von W. L.
Pcssa .
Pcssa .
Moderator

. . . 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 . . .

Mehr lesen
Gepostet am von Pcssa .
Jamie B.
Jamie B.
User

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

Mehr lesen
Gepostet am von Jamie B.
W. L.
W. L.
User
Autor

@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.

Mehr lesen
Gepostet am von W. L.