Site logo

Archived topic

Mobile Menu as Pulldown?

11 replies · Started by Alexander on August 3, 2015

Viewing posts 1–12 of 12

Hi,

is there a way to change the Mobile Menu to a Pulldown Menu?

Alex

Not too sure what you mean - any examples?

Sorry, I do not understand?

This is not that i mean :)

Resize the example Page to Mobile Width and you see what i mean.

Yeah, thanks Tom.
But now it shows both :)

How can i disable the Org-GP Mobile Menü?

You can use this CSS:

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

I use:


@media (max-width:1000px) {
      .menu-toggle {
            display: none !important;
      }
      .main-navigation {
			height: 45px !important;
			padding-top: 15px;
      }
}

Perfect !

Awesome :)

This archived topic is closed to new replies.