Dan
Dan

Reputation: 24

Ability to specify mmenu container on page to slide menu over

We're looking at whether we can specify the container in which the menu will slide in over as currently it slides over the entire page (zposition set to "front") but we'd like to specify a container within the page which it would slide over. Is this possible?

Thanks.

Upvotes: 0

Views: 249

Answers (1)

Dan
Dan

Reputation: 24

Received this answer from Fred (mmenu) which worked:

.mm-menu {
    top: 91px !important;
    height: calc( 100% - 91px ) !important;
    width:320px !important;
}

This lets the menu sit off the top which is just what we wanted.

Upvotes: 1

Related Questions