Home › Forums › Support › Secondary Navigation disappears on mobile pones This topic has 3 replies, 2 voices, and was last updated 5 years ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 15, 2018 at 12:49 pm #576421 steffen-bachmann I just found the effect, that the secondary navigation disappears on mobile phones (see https://no-brain-no-pain.de/wp/ ). How can i make it visible on mobile devices? Greetings Steffen Bachmann May 15, 2018 at 1:18 pm #576439 LeoStaff Customer Support Hi there, Replace this CSS you’ve added: body.mega-menu-primary button.menu-toggle { display: none; } with this: body.mega-menu-primary button.menu-toggle:not(.secondary-menu-toggle) { display: none; } Let me know. May 15, 2018 at 1:44 pm #576465 steffen-bachmann I found an other solution. This is what appears, when i’m shrinking the display size: @media (max-width: 768px) .secondary-navigation ul { display: none; } I just inserted in the customizer in additional css that: @media (max-width: 768px) .secondary-navigation ul { display: block; } This is working fine and i hope this will be a long time solution. 🙂 Greetings Steffen May 15, 2018 at 1:54 pm #576484 LeoStaff Customer Support Glad you found a solution! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In