Site logo

Archived topic

Sticky Menu shows when mobile together with Max Mega Menu

3 replies · Started by Heinrich on December 29, 2015

Viewing posts 1–4 of 4

Hi!
I'm using Max Mega Menu together with GP. This works fine.
But if I shrink the browser to mobile view the empty sticky menu will be shown.
Via Menu Plus I disabled the sticky menu.

How can I switch off (display: none?) the sticky menu?

Here is the Site: http://gepfg.w4yserver.at/

best regards
Martin

Hi there,

Give this CSS a try:

@media (max-width: 768px) {
    .main-navigation .menu-toggle {
        display: none;
    }
}

Hi Tom!

Thx, this works fine!

Happy new year!

You're welcome. Happy New Year! :)

This archived topic is closed to new replies.